clearml-docs/docs/guides/reporting/manual_matplotlib_reporting.md
2023-04-16 10:13:04 +03:00

985 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 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 DEBUG SAMPLES.

Experiment debug sample