Searched defs:PlotConfiguration (Results 1 – 2 of 2) sorted by relevance
1373 pub struct PlotConfiguration { struct1377 impl Default for PlotConfiguration { implementation1385 impl PlotConfiguration { impl1389 pub fn summary_scale(mut self, new_scale: AxisScale) -> PlotConfiguration { in summary_scale()
308 pub struct PlotConfiguration { struct311 impl From<&crate::PlotConfiguration> for PlotConfiguration { argument