clearml-docs/docs/guides/reporting/manual_matplotlib_reporting.md
pollfly e1b179ed54
Some checks failed
CI / build (push) Has been cancelled
Update links (#1041)
2025-02-13 13:21:35 +02:00

933 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