You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you're running into plotly/plotly.js#3179 which was fixed in plotly.js in plotly/plotly.js#3192 for version 1.42.2 and released in plotly.py version 3.4.0 (with plotlywidget version 0.5.0 for use in JupyterLab). If you're not already using 3.4.0+ could you try updating? If for some reason you're not able to update, you can work around the issue by converting the marker.size property from a pandas series into a Python list.
Thanks!
astrojuanlu
changed the title
FigureWidget legend shoes no color
FigureWidget legend shows no color
Nov 27, 2018
Oops, you are right - I should have upgraded first. I went to see if there was a similar issue here, but I didn't realize that maybe it was only reported in the JS side. Thanks for the quick response and sorry for the noise!
Reproducing the "Gapminder" example from https://plot.ly/python/bubble-charts/ using a
FigureWidget
displays a legend without colors:Perhaps this is similar to #1085?
Code to reproduce:
The text was updated successfully, but these errors were encountered: