museotoolbox.charts.PlotConfusionMatrix.save_to

PlotConfusionMatrix.save_to(path, dpi=150)[source]

Save the plot

Parameters
  • path (str) – The path of the file to save.

  • dpi (int, default 150.) –

Examples

>>> plot.saveTo('/tmp/contofu.pdf',dpi=300)