Searched refs:SeriesLabelPosition (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/plotters/src/chart/ |
D | series.rs | 58 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()
|
D | mod.rs | 27 pub use series::{SeriesAnno, SeriesLabelPosition, SeriesLabelStyle};
|
D | context.rs | 925 .position(SeriesLabelPosition::UpperMiddle) in test_chart_context()
|
/external/rust/crates/plotters-svg/src/ |
D | svg.rs | 791 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/ |
D | iteration_times.rs | 57 .position(SeriesLabelPosition::UpperLeft) in iteration_times_figure() 134 .position(SeriesLabelPosition::UpperLeft) in iteration_times_comparison_figure()
|
D | regression.rs | 107 .position(SeriesLabelPosition::UpperLeft) in regression_figure() 230 .position(SeriesLabelPosition::UpperLeft) in regression_comparison_figure()
|
D | distributions.rs | 122 .position(SeriesLabelPosition::UpperRight) in abs_distribution() 286 .position(SeriesLabelPosition::UpperRight) in rel_distribution()
|
D | summary.rs | 112 .position(SeriesLabelPosition::UpperLeft) in draw_line_comarision_figure()
|
/external/rust/crates/plotters/src/ |
D | lib.rs | 706 pub use crate::chart::{ChartBuilder, ChartContext, LabelAreaPosition, SeriesLabelPosition};
|
/external/rust/crates/plotters/examples/ |
D | boxplot.rs | 100 .position(SeriesLabelPosition::UpperRight) in main()
|
/external/rust/crates/plotters/ |
D | CHANGELOG.md | 188 - Add more quadrants to the `SeriesLabelPosition` (Credit to @wolfjagger).
|