Small edits (#906)

This commit is contained in:
pollfly
2024-08-25 13:50:12 +03:00
committed by GitHub
parent 1ed353020f
commit a943bbd39a
17 changed files with 36 additions and 37 deletions

View File

@@ -5,7 +5,7 @@ title: Plotly Reporting
The [plotly_reporting.py](https://github.com/allegroai/clearml/blob/master/examples/reporting/plotly_reporting.py) example
demonstrates ClearML's Plotly integration and reporting.
Report Plotly plots in ClearML by calling the [`Logger.report_plotly`](../../references/sdk/logger.md#report_plotly) method, and passing a complex
Report Plotly plots in ClearML by calling the [`Logger.report_plotly()`](../../references/sdk/logger.md#report_plotly) method, and passing a complex
Plotly figure, using the `figure` parameter.
In this example, the Plotly figure is created using `plotly.express.scatter` (see the [Plotly documentation](https://plotly.com/python/line-and-scatter/)):