Home
last modified time | relevance | path

Searched refs:errorbar (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/plotters/src/element/
Dmod.rs178 mod errorbar; module
180 pub use errorbar::{ErrorBar, ErrorBarOrientH, ErrorBarOrientV};
/external/rust/crates/plotters/
DCargo.toml.orig63 all_elements = ["errorbar", "candlestick", "boxplot", "histogram"]
72 errorbar = []
DCargo.toml71 all_elements = ["errorbar", "candlestick", "boxplot", "histogram"]
82 errorbar = []
DREADME.md84 <a href="https://github.com/38/plotters/blob/master/examples/errorbar.rs">
85 …<img src="https://plotters-rs.github.io/plotters-doc-data/errorbar.png" class="galleryItem" width=…
518 | errorbar | The errorbar element support | None | Yes |
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dsjlj_except.ll20 invoke void @errorbar() to label %exit unwind label %handle
30 declare dso_local void @errorbar() local_unnamed_addr
/external/rust/crates/criterion-plot/src/
Dprelude.rs5 pub use crate::errorbar::ErrorBar::{XErrorBars, XErrorLines, YErrorBars, YErrorLines};
Dlib.rs397 pub mod errorbar; module
/external/kotlinx.coroutines/benchmarks/scripts/
Dgenerate_plots_flow_flatten_merge.py52 …plt.errorbar(x=res.concurrency, y=res.score*elements/1000, yerr=res.score_error*elements/1000, sol…