Skip to main content

draw_y_axis

Function draw_y_axis 

Source
pub fn draw_y_axis(
    scale: &dyn Scale,
    coord: &dyn Coord,
    theme: &Theme,
    plot_area: &Rect,
    backend: &mut dyn DrawBackend,
) -> Result<(), RenderError>
Expand description

Draw the Y axis: ticks, labels, and title.