mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
This commit is contained in:
@@ -28,7 +28,8 @@ This will create a ClearML Task that captures:
|
||||
View captured Matplotlib plots and images in the [WebApp](../webapp/webapp_exp_track_visual.md),
|
||||
in the task's **Plots** and **Debug Samples** tabs respectively.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Automatic Logging Control
|
||||
By default, when ClearML is integrated into your script, it captures all of your matplotlib visualizations.
|
||||
@@ -67,12 +68,14 @@ plt.show()
|
||||
|
||||
The logged figure is displayed in the task's **Plots** tab.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Matplotlib figures can be logged as images by passing `report_image=True` to `Logger.report_matplotlib_figure()`.
|
||||
View the images in the task's **DEBUG SAMPLES** tab.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
See [Manual Matplotlib Reporting](../guides/reporting/manual_matplotlib_reporting.md) example.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user