mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
961 B
961 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 experiment's PLOTS.
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 experiment's DEBUG SAMPLES.


