Skip to main content

write_heatmap_png

Function write_heatmap_png 

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

Write heatmap to PNG using plotters bitmap backend.