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.