Skip to main content

write_box_plot_png

Function write_box_plot_png 

Source
pub fn write_box_plot_png(
    path: &Path,
    data: &BoxPlotData,
    bounds: &BoxPlotExportBounds,
    (width, height): (u32, u32),
) -> Result<()>
Expand description

Write box plot to PNG using plotters bitmap backend. Size is (width, height) in pixels.