Searched refs:Boxplot (Results  1 – 4 of 4) sorted by relevance
| /external/rust/android-crates-io/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>> {  argument 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 271             .draw(&Boxplot::new_vertical(1, &values))  in test_draw_v() 285             .draw(&Boxplot::new_horizontal(1, &values))  in test_draw_h()
  | 
| D | mod.rs | 191 pub use boxplot::Boxplot;
  | 
| /external/rust/android-crates-io/crates/plotters/examples/ | 
| D | boxplot.rs | 86                 Boxplot::new_horizontal(SegmentValue::CenterOf(&x.0), x.1)  in main() 130         Boxplot::new_vertical(SegmentValue::CenterOf(&"a"), &quartiles_a),  in main() 131         Boxplot::new_vertical(SegmentValue::CenterOf(&"b"), &quartiles_b),  in main() 142         Boxplot::new_horizontal(1, &quartiles_a),  in main() 143         Boxplot::new_horizontal(2, &Quartiles::new(&[30])),  in main()
  | 
| /external/rust/android-crates-io/crates/plotters/src/ | 
| D | lib.rs | 880     pub use crate::element::Boxplot;
  |