-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Legend incostistency of report plot and experiment plot #1344
Comments
@Komatxu How is your plot created and captured by ClearML? |
I'm drawing this using plotly add_trace in 3 steps: draw the centroid, draw points and draw connections.
I log it using this:
|
Thanks for the detailed information @Komatxu - Task id is appended to identical legend items when comparing series from different tasks, and apparently this has leaked over not taking into account that there's only a single visible item for each legend entry. |
Describe the bug
Plot artifact in the experiment has different legend labels compared to the same plot in the report.
The plot logged in the experiment has the following legend
But when inserted into a report the legend becomes this
The added string corresponds to experiment id
To reproduce
Log plotly Scatter3d with legend and compare the artifact with the report
Expected behaviour
Consistent plots between experiment and report
Environment
app.clear.ml
ClearML SDK Version : 1.16.4
Python Version: 3.8.20
OSWindows
The text was updated successfully, but these errors were encountered: