clearml-docs/docs/guides/reporting/manual_matplotlib_reporting.md
2025-02-06 17:31:11 +02:00

935 B

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 reported using Logger.report_matplotlib_figure() appear in the task's PLOTS tab.

Task Matplotlib plots

Task Seaborn plot

Debug Samples

Matplotlib figures can be logged as images by using Logger.report_matplotlib_figure(), and passing report_image=True. The images are displayed in the task's DEBUG SAMPLES.

Task debug sample