Searched refs:Boxplot (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/plotters/src/element/ |
D | boxplot.rs | 52 pub struct Boxplot<K, O: BoxplotOrient<K, f32>> { struct 62 impl<K: Clone> Boxplot<K, BoxplotOrientV<K, f32>> { implementation 88 impl<K: Clone> Boxplot<K, BoxplotOrientH<K, f32>> { impl 114 impl<K, O: BoxplotOrient<K, f32>> Boxplot<K, O> { implementation 181 for &'a Boxplot<K, O> 193 impl<K, DB: DrawingBackend, O: BoxplotOrient<K, f32>> Drawable<DB> for Boxplot<K, O> { implementation 266 .draw(&Boxplot::new_vertical(1, &values)) in test_draw_v() 280 .draw(&Boxplot::new_horizontal(1, &values)) in test_draw_h()
|
D | mod.rs | 185 pub use boxplot::Boxplot;
|
/external/rust/crates/plotters/examples/ |
D | boxplot.rs | 89 Boxplot::new_horizontal(SegmentValue::CenterOf(&x.0), &x.1) in main() 133 Boxplot::new_vertical(SegmentValue::CenterOf(&"a"), &quartiles_a), in main() 134 Boxplot::new_vertical(SegmentValue::CenterOf(&"b"), &quartiles_b), in main() 145 Boxplot::new_horizontal(1, &quartiles_a), in main() 146 Boxplot::new_horizontal(2, &Quartiles::new(&[30])), in main()
|
/external/rust/crates/plotters/src/ |
D | lib.rs | 756 pub use crate::element::Boxplot;
|
/external/rust/crates/plotters/plotters-doc-data/ |
D | boxplot.svg | 4 Ping Boxplot 153 Vertical Boxplot 306 Horizontal Boxplot
|