mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update webapp images (#200)
This commit is contained in:
@@ -3,9 +3,9 @@ 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.
|
||||
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 [Scatter Plots in Python](https://plotly.com/python/line-and-scatter/)
|
||||
@@ -33,7 +33,7 @@ task.get_logger().report_plotly(
|
||||
|
||||
When the script runs, it creates an experiment named `plotly reporting`, which is associated with the examples project.
|
||||
|
||||
**ClearML** reports Plotly plots in the **ClearML Web UI** **>** experiment details **>** **RESULTS** tab **>** **PLOTS**
|
||||
ClearML reports Plotly plots in the **ClearML Web UI** **>** experiment details **>** **RESULTS** tab **>** **PLOTS**
|
||||
sub-tab.
|
||||
|
||||

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