Home
last modified time | relevance | path

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

/external/rust/crates/criterion-plot/src/
Daxis.rs9 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
Dprelude.rs12 PointSize, PointType, Range, Scale, ScaleFactor, Size, Terminal, TicLabels,
Dlib.rs739 pub struct TicLabels<P, L> { struct
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Dsummary.rs184 .set(TicLabels { in violin()