Rewrite Matplotlib integration page (#628)

This commit is contained in:
pollfly
2023-08-01 12:15:47 +03:00
committed by GitHub
parent 8ae6f38903
commit 47444aae0a
3 changed files with 78 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
---
title: Matplotlib
displayed_sidebar: mainSidebar
---
The example below demonstrates integrating ClearML into code that uses `matplotlib` to plot scatter diagrams, and
@@ -23,18 +22,18 @@ which is associated with the `examples` project (in script) or the `Colab notebo
The scatter plots appear in the **ClearML Web UI**, in **PLOTS**.
![image](../../../img/examples_matplotlib_example_01.png)
![Matplotlib plot 1](../../../img/examples_matplotlib_example_01.png)
![image](../../../img/examples_matplotlib_example_02.png)
![Matplotlib plot 2](../../../img/examples_matplotlib_example_02.png)
![image](../../../img/examples_matplotlib_example_03.png)
![Matplotlib plot 3](../../../img/examples_matplotlib_example_03.png)
## Debug Samples
The images appear in **DEBUG SAMPLES**. Each debug sample image is associated with a metric.
![image](../../../img/examples_matplotlib_example_04.png)
![Matplotlib image plot](../../../img/examples_matplotlib_example_04.png)
View the debug sample in the image viewer.
![image](../../../img/examples_matplotlib_example_05.png)
![Image viewer](../../../img/examples_matplotlib_example_05.png)