What colorscales are available in plotly, and which are the default?

This is the list of Plotly colorscales:
[‘Blackbody’,
‘Bluered’,
‘Blues’,
‘Earth’,
‘Electric’,
‘Greens’,
‘Greys’,
‘Hot’,
‘Jet’,
‘Picnic’,
‘Portland’,
‘Rainbow’,
‘RdBu’,
‘Reds’,
‘Viridis’,
‘YlGnBu’,
‘YlOrRd’]

The default colorscale is ‘RdBu’.
You can convert the new magma and parula matplotlib colormaps, respectively cmocean colormaps (http://matplotlib.org/cmocean/) to Plotly colorscales,
as it is shown here:
https://plot.ly/python/matplotlib-colorscales/
https://plot.ly/python/cmocean-colorscales/

4 Likes