Skip to main content

write_heatmap_png

Function write_heatmap_png 

Source
pub fn write_heatmap_png(
    path: &Path,
    data: &HeatmapData,
    bounds: &ChartExportBounds,
    (width, height): (u32, u32),
) -> Result<()>
Expand description

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