Home
last modified time | relevance | path

Searched refs:Boxplot (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/
Dboxplot.rs52 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>> { implementation
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()
Dmod.rs188 pub use boxplot::Boxplot;
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/examples/
Dboxplot.rs90 Boxplot::new_horizontal(SegmentValue::CenterOf(&x.0), &x.1) in main()
134 Boxplot::new_vertical(SegmentValue::CenterOf(&"a"), &quartiles_a), in main()
135 Boxplot::new_vertical(SegmentValue::CenterOf(&"b"), &quartiles_b), in main()
146 Boxplot::new_horizontal(1, &quartiles_a), in main()
147 Boxplot::new_horizontal(2, &Quartiles::new(&[30])), in main()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/
Dlib.rs871 pub use crate::element::Boxplot;