Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/chart/
Dseries.rs58 pub enum SeriesLabelPosition { enum
72 impl SeriesLabelPosition { impl
74 use SeriesLabelPosition::*; in layout_label_area()
99 position: SeriesLabelPosition,
111 position: SeriesLabelPosition::MiddleRight, in new()
122 pub fn position(&mut self, pos: SeriesLabelPosition) -> &mut Self { in position()
Dmod.rs27 pub use series::{SeriesAnno, SeriesLabelPosition, SeriesLabelStyle};
Dcontext.rs925 .position(SeriesLabelPosition::UpperMiddle) in test_chart_context()
/external/rust/crates/plotters-svg/src/
Dsvg.rs791 SeriesLabelPosition::UpperLeft, in test_series_labels()
792 SeriesLabelPosition::MiddleLeft, in test_series_labels()
793 SeriesLabelPosition::LowerLeft, in test_series_labels()
794 SeriesLabelPosition::UpperMiddle, in test_series_labels()
795 SeriesLabelPosition::MiddleMiddle, in test_series_labels()
796 SeriesLabelPosition::LowerMiddle, in test_series_labels()
797 SeriesLabelPosition::UpperRight, in test_series_labels()
798 SeriesLabelPosition::MiddleRight, in test_series_labels()
799 SeriesLabelPosition::LowerRight, in test_series_labels()
800 SeriesLabelPosition::Coordinate(70, 70), in test_series_labels()
/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.rs112 .position(SeriesLabelPosition::UpperLeft) in draw_line_comarision_figure()
/external/rust/crates/plotters/src/
Dlib.rs706 pub use crate::chart::{ChartBuilder, ChartContext, LabelAreaPosition, SeriesLabelPosition};
/external/rust/crates/plotters/examples/
Dboxplot.rs100 .position(SeriesLabelPosition::UpperRight) in main()
/external/rust/crates/plotters/
DCHANGELOG.md188 - Add more quadrants to the `SeriesLabelPosition` (Credit to @wolfjagger).