mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#734)
This commit is contained in:
@@ -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**.
|
||||
|
||||

|
||||
|
||||
@@ -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**.
|
||||
|
||||

|
||||
Reference in New Issue
Block a user