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
We have an uppercase I in "YIOrRd" and "YIGnBu" - should be a lowercase L for yellow: "YlOrRd" or "YlGnBu".
At some point plotly.js had these typos in its built-in colorscales. We fixed that, and included a backward-compatibility fix that converts from I to l when used with Plotly.newPlot or Plotly.react, but it doesn't work with Plotly.restyle or Plotly.relayout (which I believe still get some use from plotly.py when editing an existing figure)
We should update the docs to only use the correct spelling.
Originally reported in plotly/plotly.js#4613
The text was updated successfully, but these errors were encountered:
We have an uppercase
I
in"YIOrRd"
and"YIGnBu"
- should be a lowercase L for yellow:"YlOrRd"
or"YlGnBu"
.At some point plotly.js had these typos in its built-in colorscales. We fixed that, and included a backward-compatibility fix that converts from
I
tol
when used withPlotly.newPlot
orPlotly.react
, but it doesn't work withPlotly.restyle
orPlotly.relayout
(which I believe still get some use from plotly.py when editing an existing figure)We should update the docs to only use the correct spelling.
Originally reported in plotly/plotly.js#4613
The text was updated successfully, but these errors were encountered: