clearml-docs/docs/guides/reporting/manual_matplotlib_reporting.md
2022-04-10 10:47:04 +03:00

1014 B
Raw Blame History

title
Manual Matplotlib Reporting

The matplotlib_manual_reporting.py example demonstrates using ClearML to log plots and images generated by Matplotlib and Seaborn.

Plots

The Matplotlib and Seaborn plots that are reported using the Logger.report_matplotlib_figure method appear in the experiments RESULTS > PLOTS.

Experiment Matplotlib plots

Experiment Seaborn plot

Debug Samples

Matplotlib figures can be logged as images by using the Logger.report_matplotlib_figure method, and passing report_image=True. The images are stored in the experiments RESULTS > DEBUG SAMPLES.

Experiment debug sample