Home
last modified time | relevance | path

Searched refs:new_horizontal (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/plotters/examples/
Dboxplot.rs89 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/
Derrorbar.rs79 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()
Dboxplot.rs101 pub fn new_horizontal(key: K, quartiles: &Quartiles) -> Self { in new_horizontal() method
280 .draw(&Boxplot::new_horizontal(1, &values)) in test_draw_h()