Problems with "Reds", "Turbo", "Inferno" (...?) colorscales
There seems to be an issue with the "Reds" and "Turbo" colorscales. I couldn't find an existing issue about this, so here is how to reproduce: I just got this example from plotly page: https://plotly.com/python/dropdowns/#update-several-data-attributes And added the "Reds" and "Turbo" colorscales.
The "Reds" seem to work, but it is inverted when comparing to the "Blues" and "Greens":



The "Turbo", on the other hand, shows up like a "coolwarm" colorscale instead:

These two are different than the ones described on the documentation here: https://plotly.com/python/builtin-colorscales/#builtin-sequential-color-scales
I had similar issues when using "Plotly.update" with plotly.js to update the coloscales.
edit: Also the "Inferno" shows as the "coolwarm" one:
Probably there are others too.