clearml-docs/docs/guides/reporting/manual_matplotlib_reporting.md

14 lines
629 B
Markdown
Raw Normal View History

2021-05-13 23:48:51 +00:00
---
title: Manual Matplotlib Reporting
---
The [matplotlib_manual_reporting.py](https://github.com/allegroai/clearml/blob/master/examples/reporting/matplotlib_manual_reporting.py)
2022-03-13 13:07:06 +00:00
example demonstrates reporting using Matplotlib and Seaborn with ClearML.
2021-05-13 23:48:51 +00:00
2021-12-27 08:41:43 +00:00
When the script runs, it creates an experiment named `Manual Matplotlib example`, which is associated with the
`examples` project.
2021-05-13 23:48:51 +00:00
The Matplotlib figure reported by calling the [Logger.report_matplotlib_figure](../../references/sdk/logger.md#report_matplotlib_figure)
method appears in **RESULTS** **>** **PLOTS**.
![image](../../img/manual_matplotlib_reporting_01.png)