Searched refs:new_horizontal (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/plotters/examples/ |
D | boxplot.rs | 89 Boxplot::new_horizontal(SegmentValue::CenterOf(&x.0), &x.1) 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/element/ |
D | errorbar.rs | 79 pub fn new_horizontal<S: Into<ShapeStyle>>( in new_horizontal() method 137 let h = ErrorBar::new_horizontal(100, 20, 50, 70, WHITE.filled().stroke_width(5), 3); in test_preserve_stroke_width()
|
D | boxplot.rs | 101 pub fn new_horizontal(key: K, quartiles: &Quartiles) -> Self { in new_horizontal() method 280 .draw(&Boxplot::new_horizontal(1, &values)) in test_draw_h()
|