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