Skip to main content

draw_x_axis

Function draw_x_axis 

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

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