Home
last modified time | relevance | path

Searched refs:background_style (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/plotters/examples/
Dtwo-scales.rs48 .background_style(&RGBColor(128, 128, 128)) in main()
Derrorbar.rs50 .background_style(WHITE.filled()) in main()
Dboxplot.rs101 .background_style(WHITE.filled()) in main()
/external/rust/crates/plotters/benches/benches/
Dparallel.rs29 .background_style(&WHITE.mix(0.8)) in draw_plot()
/external/rust/crates/plotters/src/chart/
Dseries.rs156 pub fn background_style<S: Into<ShapeStyle>>(&mut self, style: S) -> &mut Self { in background_style() method
/external/rust/crates/plotters/
DREADME.md179 .background_style(&WHITE.mix(0.8))
221 .background_style(&WHITE.mix(0.8))