Home
last modified time | relevance | path

Searched refs:bold_grid_style (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/plotters/src/chart/
Dcontext.rs765 bold_grid_style: ShapeStyle, in draw_axis_panels()
777 bold_grid_style.clone(),
793 bold_grid_style: ShapeStyle, in draw_axis_panel()
847 .draw(&PathElement::new(panel, bold_grid_style.clone()))?;
851 (bold_points, bold_grid_style),
Daxes3d.rs70 pub fn bold_grid_style<S: Into<ShapeStyle>>(&mut self, style: S) -> &mut Self { in bold_grid_style() function