Home
last modified time | relevance | path

Searched refs:SeriesLabelPosition (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/plotters/src/chart/
Dseries.rs75 pub enum SeriesLabelPosition { enum
98 impl SeriesLabelPosition { impl
100 use SeriesLabelPosition::*; in layout_label_area()
125 position: SeriesLabelPosition,
137 position: SeriesLabelPosition::MiddleRight, in new()
153 pub fn position(&mut self, pos: SeriesLabelPosition) -> &mut Self { in position()
Dmod.rs27 pub use series::{SeriesAnno, SeriesLabelPosition, SeriesLabelStyle};
Dcontext.rs184 .position(SeriesLabelPosition::UpperMiddle) in test_chart_context()
/external/rust/crates/plotters-svg/src/
Dsvg.rs584 ChartBuilder, Color, IntoDrawingArea, IntoFont, SeriesLabelPosition, TextStyle, BLACK,
796 SeriesLabelPosition::UpperLeft, in test_series_labels()
797 SeriesLabelPosition::MiddleLeft, in test_series_labels()
798 SeriesLabelPosition::LowerLeft, in test_series_labels()
799 SeriesLabelPosition::UpperMiddle, in test_series_labels()
800 SeriesLabelPosition::MiddleMiddle, in test_series_labels()
801 SeriesLabelPosition::LowerMiddle, in test_series_labels()
802 SeriesLabelPosition::UpperRight, in test_series_labels()
803 SeriesLabelPosition::MiddleRight, in test_series_labels()
804 SeriesLabelPosition::LowerRight, in test_series_labels()
[all …]
/external/rust/crates/criterion/src/plot/plotters_backend/
Diteration_times.rs57 .position(SeriesLabelPosition::UpperLeft) in iteration_times_figure()
134 .position(SeriesLabelPosition::UpperLeft) in iteration_times_comparison_figure()
Dregression.rs107 .position(SeriesLabelPosition::UpperLeft) in regression_figure()
230 .position(SeriesLabelPosition::UpperLeft) in regression_comparison_figure()
Ddistributions.rs122 .position(SeriesLabelPosition::UpperRight) in abs_distribution()
286 .position(SeriesLabelPosition::UpperRight) in rel_distribution()
Dsummary.rs111 .position(SeriesLabelPosition::UpperLeft) in draw_line_comarision_figure()
/external/rust/crates/plotters/src/
Dlib.rs783 pub use crate::chart::{ChartBuilder, ChartContext, LabelAreaPosition, SeriesLabelPosition};
/external/rust/crates/plotters/examples/
Dboxplot.rs101 .position(SeriesLabelPosition::UpperRight) in main()