Searched refs:TicLabels (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/criterion-plot/src/ |
D | axis.rs | 9 grid, Axis, Default, Display, Grid, Label, Range, Scale, ScaleFactor, Script, TicLabels, 130 impl<P, L> Set<TicLabels<P, L>> for Properties 138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set() 139 let TicLabels { positions, labels } = tics; in set() localVariable
|
D | prelude.rs | 12 PointSize, PointType, Range, Scale, ScaleFactor, Size, Terminal, TicLabels,
|
D | lib.rs | 739 pub struct TicLabels<P, L> { struct
|
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | summary.rs | 184 .set(TicLabels { in violin()
|