Searched refs:errorbar (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/plotters/src/element/ |
D | mod.rs | 178 mod errorbar; module 180 pub use errorbar::{ErrorBar, ErrorBarOrientH, ErrorBarOrientV};
|
/external/rust/crates/plotters/ |
D | Cargo.toml.orig | 63 all_elements = ["errorbar", "candlestick", "boxplot", "histogram"] 72 errorbar = []
|
D | Cargo.toml | 71 all_elements = ["errorbar", "candlestick", "boxplot", "histogram"] 82 errorbar = []
|
D | README.md | 84 <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/ |
D | sjlj_except.ll | 20 invoke void @errorbar() to label %exit unwind label %handle 30 declare dso_local void @errorbar() local_unnamed_addr
|
/external/rust/crates/criterion-plot/src/ |
D | prelude.rs | 5 pub use crate::errorbar::ErrorBar::{XErrorBars, XErrorLines, YErrorBars, YErrorLines};
|
D | lib.rs | 397 pub mod errorbar; module
|
/external/kotlinx.coroutines/benchmarks/scripts/ |
D | generate_plots_flow_flatten_merge.py | 52 …plt.errorbar(x=res.concurrency, y=res.score*elements/1000, yerr=res.score_error*elements/1000, sol…
|