Small edits (#734)

This commit is contained in:
pollfly
2023-12-21 11:57:16 +02:00
committed by GitHub
parent 808390c111
commit b58ea245b8
3 changed files with 10 additions and 6 deletions

View File

@@ -7,8 +7,8 @@ example demonstrates using ClearML to log plots and images generated by Matplotl
## Plots
The Matplotlib and Seaborn plots that are reported using the [Logger.report_matplotlib_figure](../../references/sdk/logger.md#report_matplotlib_figure)
method appear in the experiment's **PLOTS**.
The Matplotlib and Seaborn plots reported using [`Logger.report_matplotlib_figure()`](../../references/sdk/logger.md#report_matplotlib_figure)
appear in the experiment's **PLOTS**.
![Experiment Matplotlib plots](../../img/manual_matplotlib_reporting_01.png)
@@ -16,7 +16,7 @@ method appear in the experiment's **PLOTS**.
## Debug Samples
Matplotlib figures can be logged as images by using the [Logger.report_matplotlib_figure](../../references/sdk/logger.md#report_matplotlib_figure)
method, and passing `report_image=True`. The images are stored in the experiment's **DEBUG SAMPLES**.
Matplotlib figures can be logged as images by using [`Logger.report_matplotlib_figure()`](../../references/sdk/logger.md#report_matplotlib_figure),
and passing `report_image=True`. The images are displayed in the experiment's **DEBUG SAMPLES**.
![Experiment debug sample](../../img/manual_matplotlib_reporting_03.png)