Home
last modified time | relevance | path

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

/external/rust/crates/plotters/examples/
Dboxplot.rs133 Boxplot::new_vertical(SegmentValue::CenterOf(&"a"), &quartiles_a), in main()
134 Boxplot::new_vertical(SegmentValue::CenterOf(&"b"), &quartiles_b), in main()
Derrorbar.rs42 ErrorBar::new_vertical(*x, *yl, *ym, *yh, BLUE.filled(), 20) in main()
/external/rust/crates/plotters/src/element/
Derrorbar.rs60 pub fn new_vertical<S: Into<ShapeStyle>>( in new_vertical() method
136 let v = ErrorBar::new_vertical(100, 20, 50, 70, WHITE.filled().stroke_width(5), 3); in test_preserve_stroke_width()
Dboxplot.rs75 pub fn new_vertical(key: K, quartiles: &Quartiles) -> Self { in new_vertical() method
266 .draw(&Boxplot::new_vertical(1, &values)) in test_draw_v()