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
plotly.figure_factory.utils.py has an incorrect PLOTLY_SCALES. It should be a dictionary of actual colorscales, not just a list of the first and last color in that colorscale.
Will require a reworking of the way colorscales are handled in plotly.figure_factory._scatterplot
The text was updated successfully, but these errors were encountered:
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson
plotly.figure_factory.utils.py
has an incorrectPLOTLY_SCALES
. It should be a dictionary of actual colorscales, not just a list of the first and last color in that colorscale.Will require a reworking of the way colorscales are handled in
plotly.figure_factory._scatterplot
The text was updated successfully, but these errors were encountered: