Skip to content

Commit a156246

Browse files
committed
Fix availability of plotlyjs colors
1 parent 56edaa6 commit a156246

File tree

33 files changed

+673
-672
lines changed

33 files changed

+673
-672
lines changed

Diff for: packages/python/plotly/_plotly_utils/colors/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
cmocean,
9595
colorbrewer,
9696
carto,
97+
plotlyjs,
9798
)
9899

99100
DEFAULT_PLOTLY_COLORS = [

Diff for: packages/python/plotly/plotly/graph_objs/__init__.py

+182-182
Large diffs are not rendered by default.

Diff for: packages/python/plotly/plotly/graph_objs/bar/__init__.py

+14-14
Original file line numberDiff line numberDiff line change
@@ -1555,20 +1555,20 @@ def colorscale(self):
15551555
and the second item is a valid color string.
15561556
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
15571557
- One of the following named colorscales:
1558-
['Aggrnyl', 'Agsunset', 'Armyrose', 'Blackbody', 'Bluered', 'Blues',
1559-
'Blugrn', 'Bluyl', 'BrBG', 'Brwnyl', 'BuGn', 'BuPu', 'Burg',
1560-
'Burgyl', 'Cividis', 'Darkmint', 'Earth', 'Edge', 'Electric',
1561-
'Emrld', 'Fall', 'Geyser', 'GnBu', 'Greens', 'Greys', 'HSV', 'Hot',
1562-
'IceFire', 'Inferno', 'Jet', 'Magenta', 'Magma', 'Mint', 'OrRd',
1563-
'Oranges', 'Oryel', 'PRGn', 'Peach', 'Phase', 'PiYG', 'Picnic',
1564-
'Pinkyl', 'Plasma', 'Plotly3', 'Portland', 'PuBu', 'PuBuGn',
1565-
'PuOr', 'PuRd', 'Purp', 'Purples', 'Purpor', 'Rainbow', 'RdBu',
1566-
'RdGy', 'RdPu', 'RdYlBu', 'RdYlGn', 'Redor', 'Reds', 'Spectral',
1567-
'Sunset', 'Sunsetdark', 'Teal', 'Tealgrn', 'Tealrose', 'Temps',
1568-
'Tropic', 'Twilight', 'Viridis', 'YlGn', 'YlGnBu', 'YlOrBr',
1569-
'YlOrRd', 'algae', 'amp', 'balance', 'curl', 'deep', 'delta',
1570-
'dense', 'gray', 'haline', 'ice', 'matter', 'mrybm', 'mygbm',
1571-
'solar', 'speed', 'tempo', 'thermal', 'turbid']
1558+
['aggrnyl', 'agsunset', 'algae', 'amp', 'armyrose', 'balance',
1559+
'blackbody', 'bluered', 'blues', 'blugrn', 'bluyl', 'brbg',
1560+
'brwnyl', 'bugn', 'bupu', 'burg', 'burgyl', 'cividis', 'curl',
1561+
'darkmint', 'deep', 'delta', 'dense', 'earth', 'edge', 'electric',
1562+
'emrld', 'fall', 'geyser', 'gnbu', 'gray', 'greens', 'greys',
1563+
'haline', 'hot', 'hsv', 'ice', 'icefire', 'inferno', 'jet',
1564+
'magenta', 'magma', 'matter', 'mint', 'mrybm', 'mygbm', 'oranges',
1565+
'orrd', 'oryel', 'peach', 'phase', 'picnic', 'pinkyl', 'piyg',
1566+
'plasma', 'plotly3', 'portland', 'prgn', 'pubu', 'pubugn', 'puor',
1567+
'purd', 'purp', 'purples', 'purpor', 'rainbow', 'rdbu', 'rdgy',
1568+
'rdpu', 'rdylbu', 'rdylgn', 'redor', 'reds', 'solar', 'spectral',
1569+
'speed', 'sunset', 'sunsetdark', 'teal', 'tealgrn', 'tealrose',
1570+
'tempo', 'temps', 'thermal', 'tropic', 'turbid', 'twilight',
1571+
'viridis', 'ylgn', 'ylgnbu', 'ylorbr', 'ylorrd']
15721572
15731573
Returns
15741574
-------

Diff for: packages/python/plotly/plotly/graph_objs/bar/marker/__init__.py

+14-14
Original file line numberDiff line numberDiff line change
@@ -246,20 +246,20 @@ def colorscale(self):
246246
and the second item is a valid color string.
247247
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
248248
- One of the following named colorscales:
249-
['Aggrnyl', 'Agsunset', 'Armyrose', 'Blackbody', 'Bluered', 'Blues',
250-
'Blugrn', 'Bluyl', 'BrBG', 'Brwnyl', 'BuGn', 'BuPu', 'Burg',
251-
'Burgyl', 'Cividis', 'Darkmint', 'Earth', 'Edge', 'Electric',
252-
'Emrld', 'Fall', 'Geyser', 'GnBu', 'Greens', 'Greys', 'HSV', 'Hot',
253-
'IceFire', 'Inferno', 'Jet', 'Magenta', 'Magma', 'Mint', 'OrRd',
254-
'Oranges', 'Oryel', 'PRGn', 'Peach', 'Phase', 'PiYG', 'Picnic',
255-
'Pinkyl', 'Plasma', 'Plotly3', 'Portland', 'PuBu', 'PuBuGn',
256-
'PuOr', 'PuRd', 'Purp', 'Purples', 'Purpor', 'Rainbow', 'RdBu',
257-
'RdGy', 'RdPu', 'RdYlBu', 'RdYlGn', 'Redor', 'Reds', 'Spectral',
258-
'Sunset', 'Sunsetdark', 'Teal', 'Tealgrn', 'Tealrose', 'Temps',
259-
'Tropic', 'Twilight', 'Viridis', 'YlGn', 'YlGnBu', 'YlOrBr',
260-
'YlOrRd', 'algae', 'amp', 'balance', 'curl', 'deep', 'delta',
261-
'dense', 'gray', 'haline', 'ice', 'matter', 'mrybm', 'mygbm',
262-
'solar', 'speed', 'tempo', 'thermal', 'turbid']
249+
['aggrnyl', 'agsunset', 'algae', 'amp', 'armyrose', 'balance',
250+
'blackbody', 'bluered', 'blues', 'blugrn', 'bluyl', 'brbg',
251+
'brwnyl', 'bugn', 'bupu', 'burg', 'burgyl', 'cividis', 'curl',
252+
'darkmint', 'deep', 'delta', 'dense', 'earth', 'edge', 'electric',
253+
'emrld', 'fall', 'geyser', 'gnbu', 'gray', 'greens', 'greys',
254+
'haline', 'hot', 'hsv', 'ice', 'icefire', 'inferno', 'jet',
255+
'magenta', 'magma', 'matter', 'mint', 'mrybm', 'mygbm', 'oranges',
256+
'orrd', 'oryel', 'peach', 'phase', 'picnic', 'pinkyl', 'piyg',
257+
'plasma', 'plotly3', 'portland', 'prgn', 'pubu', 'pubugn', 'puor',
258+
'purd', 'purp', 'purples', 'purpor', 'rainbow', 'rdbu', 'rdgy',
259+
'rdpu', 'rdylbu', 'rdylgn', 'redor', 'reds', 'solar', 'spectral',
260+
'speed', 'sunset', 'sunsetdark', 'teal', 'tealgrn', 'tealrose',
261+
'tempo', 'temps', 'thermal', 'tropic', 'turbid', 'twilight',
262+
'viridis', 'ylgn', 'ylgnbu', 'ylorbr', 'ylorrd']
263263
264264
Returns
265265
-------

Diff for: packages/python/plotly/plotly/graph_objs/barpolar/__init__.py

+14-14
Original file line numberDiff line numberDiff line change
@@ -915,20 +915,20 @@ def colorscale(self):
915915
and the second item is a valid color string.
916916
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
917917
- One of the following named colorscales:
918-
['Aggrnyl', 'Agsunset', 'Armyrose', 'Blackbody', 'Bluered', 'Blues',
919-
'Blugrn', 'Bluyl', 'BrBG', 'Brwnyl', 'BuGn', 'BuPu', 'Burg',
920-
'Burgyl', 'Cividis', 'Darkmint', 'Earth', 'Edge', 'Electric',
921-
'Emrld', 'Fall', 'Geyser', 'GnBu', 'Greens', 'Greys', 'HSV', 'Hot',
922-
'IceFire', 'Inferno', 'Jet', 'Magenta', 'Magma', 'Mint', 'OrRd',
923-
'Oranges', 'Oryel', 'PRGn', 'Peach', 'Phase', 'PiYG', 'Picnic',
924-
'Pinkyl', 'Plasma', 'Plotly3', 'Portland', 'PuBu', 'PuBuGn',
925-
'PuOr', 'PuRd', 'Purp', 'Purples', 'Purpor', 'Rainbow', 'RdBu',
926-
'RdGy', 'RdPu', 'RdYlBu', 'RdYlGn', 'Redor', 'Reds', 'Spectral',
927-
'Sunset', 'Sunsetdark', 'Teal', 'Tealgrn', 'Tealrose', 'Temps',
928-
'Tropic', 'Twilight', 'Viridis', 'YlGn', 'YlGnBu', 'YlOrBr',
929-
'YlOrRd', 'algae', 'amp', 'balance', 'curl', 'deep', 'delta',
930-
'dense', 'gray', 'haline', 'ice', 'matter', 'mrybm', 'mygbm',
931-
'solar', 'speed', 'tempo', 'thermal', 'turbid']
918+
['aggrnyl', 'agsunset', 'algae', 'amp', 'armyrose', 'balance',
919+
'blackbody', 'bluered', 'blues', 'blugrn', 'bluyl', 'brbg',
920+
'brwnyl', 'bugn', 'bupu', 'burg', 'burgyl', 'cividis', 'curl',
921+
'darkmint', 'deep', 'delta', 'dense', 'earth', 'edge', 'electric',
922+
'emrld', 'fall', 'geyser', 'gnbu', 'gray', 'greens', 'greys',
923+
'haline', 'hot', 'hsv', 'ice', 'icefire', 'inferno', 'jet',
924+
'magenta', 'magma', 'matter', 'mint', 'mrybm', 'mygbm', 'oranges',
925+
'orrd', 'oryel', 'peach', 'phase', 'picnic', 'pinkyl', 'piyg',
926+
'plasma', 'plotly3', 'portland', 'prgn', 'pubu', 'pubugn', 'puor',
927+
'purd', 'purp', 'purples', 'purpor', 'rainbow', 'rdbu', 'rdgy',
928+
'rdpu', 'rdylbu', 'rdylgn', 'redor', 'reds', 'solar', 'spectral',
929+
'speed', 'sunset', 'sunsetdark', 'teal', 'tealgrn', 'tealrose',
930+
'tempo', 'temps', 'thermal', 'tropic', 'turbid', 'twilight',
931+
'viridis', 'ylgn', 'ylgnbu', 'ylorbr', 'ylorrd']
932932
933933
Returns
934934
-------

Diff for: packages/python/plotly/plotly/graph_objs/barpolar/marker/__init__.py

+14-14
Original file line numberDiff line numberDiff line change
@@ -246,20 +246,20 @@ def colorscale(self):
246246
and the second item is a valid color string.
247247
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
248248
- One of the following named colorscales:
249-
['Aggrnyl', 'Agsunset', 'Armyrose', 'Blackbody', 'Bluered', 'Blues',
250-
'Blugrn', 'Bluyl', 'BrBG', 'Brwnyl', 'BuGn', 'BuPu', 'Burg',
251-
'Burgyl', 'Cividis', 'Darkmint', 'Earth', 'Edge', 'Electric',
252-
'Emrld', 'Fall', 'Geyser', 'GnBu', 'Greens', 'Greys', 'HSV', 'Hot',
253-
'IceFire', 'Inferno', 'Jet', 'Magenta', 'Magma', 'Mint', 'OrRd',
254-
'Oranges', 'Oryel', 'PRGn', 'Peach', 'Phase', 'PiYG', 'Picnic',
255-
'Pinkyl', 'Plasma', 'Plotly3', 'Portland', 'PuBu', 'PuBuGn',
256-
'PuOr', 'PuRd', 'Purp', 'Purples', 'Purpor', 'Rainbow', 'RdBu',
257-
'RdGy', 'RdPu', 'RdYlBu', 'RdYlGn', 'Redor', 'Reds', 'Spectral',
258-
'Sunset', 'Sunsetdark', 'Teal', 'Tealgrn', 'Tealrose', 'Temps',
259-
'Tropic', 'Twilight', 'Viridis', 'YlGn', 'YlGnBu', 'YlOrBr',
260-
'YlOrRd', 'algae', 'amp', 'balance', 'curl', 'deep', 'delta',
261-
'dense', 'gray', 'haline', 'ice', 'matter', 'mrybm', 'mygbm',
262-
'solar', 'speed', 'tempo', 'thermal', 'turbid']
249+
['aggrnyl', 'agsunset', 'algae', 'amp', 'armyrose', 'balance',
250+
'blackbody', 'bluered', 'blues', 'blugrn', 'bluyl', 'brbg',
251+
'brwnyl', 'bugn', 'bupu', 'burg', 'burgyl', 'cividis', 'curl',
252+
'darkmint', 'deep', 'delta', 'dense', 'earth', 'edge', 'electric',
253+
'emrld', 'fall', 'geyser', 'gnbu', 'gray', 'greens', 'greys',
254+
'haline', 'hot', 'hsv', 'ice', 'icefire', 'inferno', 'jet',
255+
'magenta', 'magma', 'matter', 'mint', 'mrybm', 'mygbm', 'oranges',
256+
'orrd', 'oryel', 'peach', 'phase', 'picnic', 'pinkyl', 'piyg',
257+
'plasma', 'plotly3', 'portland', 'prgn', 'pubu', 'pubugn', 'puor',
258+
'purd', 'purp', 'purples', 'purpor', 'rainbow', 'rdbu', 'rdgy',
259+
'rdpu', 'rdylbu', 'rdylgn', 'redor', 'reds', 'solar', 'spectral',
260+
'speed', 'sunset', 'sunsetdark', 'teal', 'tealgrn', 'tealrose',
261+
'tempo', 'temps', 'thermal', 'tropic', 'turbid', 'twilight',
262+
'viridis', 'ylgn', 'ylgnbu', 'ylorbr', 'ylorrd']
263263
264264
Returns
265265
-------

Diff for: packages/python/plotly/plotly/graph_objs/funnel/__init__.py

+14-14
Original file line numberDiff line numberDiff line change
@@ -1261,20 +1261,20 @@ def colorscale(self):
12611261
and the second item is a valid color string.
12621262
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
12631263
- One of the following named colorscales:
1264-
['Aggrnyl', 'Agsunset', 'Armyrose', 'Blackbody', 'Bluered', 'Blues',
1265-
'Blugrn', 'Bluyl', 'BrBG', 'Brwnyl', 'BuGn', 'BuPu', 'Burg',
1266-
'Burgyl', 'Cividis', 'Darkmint', 'Earth', 'Edge', 'Electric',
1267-
'Emrld', 'Fall', 'Geyser', 'GnBu', 'Greens', 'Greys', 'HSV', 'Hot',
1268-
'IceFire', 'Inferno', 'Jet', 'Magenta', 'Magma', 'Mint', 'OrRd',
1269-
'Oranges', 'Oryel', 'PRGn', 'Peach', 'Phase', 'PiYG', 'Picnic',
1270-
'Pinkyl', 'Plasma', 'Plotly3', 'Portland', 'PuBu', 'PuBuGn',
1271-
'PuOr', 'PuRd', 'Purp', 'Purples', 'Purpor', 'Rainbow', 'RdBu',
1272-
'RdGy', 'RdPu', 'RdYlBu', 'RdYlGn', 'Redor', 'Reds', 'Spectral',
1273-
'Sunset', 'Sunsetdark', 'Teal', 'Tealgrn', 'Tealrose', 'Temps',
1274-
'Tropic', 'Twilight', 'Viridis', 'YlGn', 'YlGnBu', 'YlOrBr',
1275-
'YlOrRd', 'algae', 'amp', 'balance', 'curl', 'deep', 'delta',
1276-
'dense', 'gray', 'haline', 'ice', 'matter', 'mrybm', 'mygbm',
1277-
'solar', 'speed', 'tempo', 'thermal', 'turbid']
1264+
['aggrnyl', 'agsunset', 'algae', 'amp', 'armyrose', 'balance',
1265+
'blackbody', 'bluered', 'blues', 'blugrn', 'bluyl', 'brbg',
1266+
'brwnyl', 'bugn', 'bupu', 'burg', 'burgyl', 'cividis', 'curl',
1267+
'darkmint', 'deep', 'delta', 'dense', 'earth', 'edge', 'electric',
1268+
'emrld', 'fall', 'geyser', 'gnbu', 'gray', 'greens', 'greys',
1269+
'haline', 'hot', 'hsv', 'ice', 'icefire', 'inferno', 'jet',
1270+
'magenta', 'magma', 'matter', 'mint', 'mrybm', 'mygbm', 'oranges',
1271+
'orrd', 'oryel', 'peach', 'phase', 'picnic', 'pinkyl', 'piyg',
1272+
'plasma', 'plotly3', 'portland', 'prgn', 'pubu', 'pubugn', 'puor',
1273+
'purd', 'purp', 'purples', 'purpor', 'rainbow', 'rdbu', 'rdgy',
1274+
'rdpu', 'rdylbu', 'rdylgn', 'redor', 'reds', 'solar', 'spectral',
1275+
'speed', 'sunset', 'sunsetdark', 'teal', 'tealgrn', 'tealrose',
1276+
'tempo', 'temps', 'thermal', 'tropic', 'turbid', 'twilight',
1277+
'viridis', 'ylgn', 'ylgnbu', 'ylorbr', 'ylorrd']
12781278
12791279
Returns
12801280
-------

Diff for: packages/python/plotly/plotly/graph_objs/funnel/marker/__init__.py

+14-14
Original file line numberDiff line numberDiff line change
@@ -246,20 +246,20 @@ def colorscale(self):
246246
and the second item is a valid color string.
247247
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
248248
- One of the following named colorscales:
249-
['Aggrnyl', 'Agsunset', 'Armyrose', 'Blackbody', 'Bluered', 'Blues',
250-
'Blugrn', 'Bluyl', 'BrBG', 'Brwnyl', 'BuGn', 'BuPu', 'Burg',
251-
'Burgyl', 'Cividis', 'Darkmint', 'Earth', 'Edge', 'Electric',
252-
'Emrld', 'Fall', 'Geyser', 'GnBu', 'Greens', 'Greys', 'HSV', 'Hot',
253-
'IceFire', 'Inferno', 'Jet', 'Magenta', 'Magma', 'Mint', 'OrRd',
254-
'Oranges', 'Oryel', 'PRGn', 'Peach', 'Phase', 'PiYG', 'Picnic',
255-
'Pinkyl', 'Plasma', 'Plotly3', 'Portland', 'PuBu', 'PuBuGn',
256-
'PuOr', 'PuRd', 'Purp', 'Purples', 'Purpor', 'Rainbow', 'RdBu',
257-
'RdGy', 'RdPu', 'RdYlBu', 'RdYlGn', 'Redor', 'Reds', 'Spectral',
258-
'Sunset', 'Sunsetdark', 'Teal', 'Tealgrn', 'Tealrose', 'Temps',
259-
'Tropic', 'Twilight', 'Viridis', 'YlGn', 'YlGnBu', 'YlOrBr',
260-
'YlOrRd', 'algae', 'amp', 'balance', 'curl', 'deep', 'delta',
261-
'dense', 'gray', 'haline', 'ice', 'matter', 'mrybm', 'mygbm',
262-
'solar', 'speed', 'tempo', 'thermal', 'turbid']
249+
['aggrnyl', 'agsunset', 'algae', 'amp', 'armyrose', 'balance',
250+
'blackbody', 'bluered', 'blues', 'blugrn', 'bluyl', 'brbg',
251+
'brwnyl', 'bugn', 'bupu', 'burg', 'burgyl', 'cividis', 'curl',
252+
'darkmint', 'deep', 'delta', 'dense', 'earth', 'edge', 'electric',
253+
'emrld', 'fall', 'geyser', 'gnbu', 'gray', 'greens', 'greys',
254+
'haline', 'hot', 'hsv', 'ice', 'icefire', 'inferno', 'jet',
255+
'magenta', 'magma', 'matter', 'mint', 'mrybm', 'mygbm', 'oranges',
256+
'orrd', 'oryel', 'peach', 'phase', 'picnic', 'pinkyl', 'piyg',
257+
'plasma', 'plotly3', 'portland', 'prgn', 'pubu', 'pubugn', 'puor',
258+
'purd', 'purp', 'purples', 'purpor', 'rainbow', 'rdbu', 'rdgy',
259+
'rdpu', 'rdylbu', 'rdylgn', 'redor', 'reds', 'solar', 'spectral',
260+
'speed', 'sunset', 'sunsetdark', 'teal', 'tealgrn', 'tealrose',
261+
'tempo', 'temps', 'thermal', 'tropic', 'turbid', 'twilight',
262+
'viridis', 'ylgn', 'ylgnbu', 'ylorbr', 'ylorrd']
263263
264264
Returns
265265
-------

Diff for: packages/python/plotly/plotly/graph_objs/histogram/__init__.py

+14-14
Original file line numberDiff line numberDiff line change
@@ -1399,20 +1399,20 @@ def colorscale(self):
13991399
and the second item is a valid color string.
14001400
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
14011401
- One of the following named colorscales:
1402-
['Aggrnyl', 'Agsunset', 'Armyrose', 'Blackbody', 'Bluered', 'Blues',
1403-
'Blugrn', 'Bluyl', 'BrBG', 'Brwnyl', 'BuGn', 'BuPu', 'Burg',
1404-
'Burgyl', 'Cividis', 'Darkmint', 'Earth', 'Edge', 'Electric',
1405-
'Emrld', 'Fall', 'Geyser', 'GnBu', 'Greens', 'Greys', 'HSV', 'Hot',
1406-
'IceFire', 'Inferno', 'Jet', 'Magenta', 'Magma', 'Mint', 'OrRd',
1407-
'Oranges', 'Oryel', 'PRGn', 'Peach', 'Phase', 'PiYG', 'Picnic',
1408-
'Pinkyl', 'Plasma', 'Plotly3', 'Portland', 'PuBu', 'PuBuGn',
1409-
'PuOr', 'PuRd', 'Purp', 'Purples', 'Purpor', 'Rainbow', 'RdBu',
1410-
'RdGy', 'RdPu', 'RdYlBu', 'RdYlGn', 'Redor', 'Reds', 'Spectral',
1411-
'Sunset', 'Sunsetdark', 'Teal', 'Tealgrn', 'Tealrose', 'Temps',
1412-
'Tropic', 'Twilight', 'Viridis', 'YlGn', 'YlGnBu', 'YlOrBr',
1413-
'YlOrRd', 'algae', 'amp', 'balance', 'curl', 'deep', 'delta',
1414-
'dense', 'gray', 'haline', 'ice', 'matter', 'mrybm', 'mygbm',
1415-
'solar', 'speed', 'tempo', 'thermal', 'turbid']
1402+
['aggrnyl', 'agsunset', 'algae', 'amp', 'armyrose', 'balance',
1403+
'blackbody', 'bluered', 'blues', 'blugrn', 'bluyl', 'brbg',
1404+
'brwnyl', 'bugn', 'bupu', 'burg', 'burgyl', 'cividis', 'curl',
1405+
'darkmint', 'deep', 'delta', 'dense', 'earth', 'edge', 'electric',
1406+
'emrld', 'fall', 'geyser', 'gnbu', 'gray', 'greens', 'greys',
1407+
'haline', 'hot', 'hsv', 'ice', 'icefire', 'inferno', 'jet',
1408+
'magenta', 'magma', 'matter', 'mint', 'mrybm', 'mygbm', 'oranges',
1409+
'orrd', 'oryel', 'peach', 'phase', 'picnic', 'pinkyl', 'piyg',
1410+
'plasma', 'plotly3', 'portland', 'prgn', 'pubu', 'pubugn', 'puor',
1411+
'purd', 'purp', 'purples', 'purpor', 'rainbow', 'rdbu', 'rdgy',
1412+
'rdpu', 'rdylbu', 'rdylgn', 'redor', 'reds', 'solar', 'spectral',
1413+
'speed', 'sunset', 'sunsetdark', 'teal', 'tealgrn', 'tealrose',
1414+
'tempo', 'temps', 'thermal', 'tropic', 'turbid', 'twilight',
1415+
'viridis', 'ylgn', 'ylgnbu', 'ylorbr', 'ylorrd']
14161416
14171417
Returns
14181418
-------

Diff for: packages/python/plotly/plotly/graph_objs/histogram/marker/__init__.py

+14-14
Original file line numberDiff line numberDiff line change
@@ -246,20 +246,20 @@ def colorscale(self):
246246
and the second item is a valid color string.
247247
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
248248
- One of the following named colorscales:
249-
['Aggrnyl', 'Agsunset', 'Armyrose', 'Blackbody', 'Bluered', 'Blues',
250-
'Blugrn', 'Bluyl', 'BrBG', 'Brwnyl', 'BuGn', 'BuPu', 'Burg',
251-
'Burgyl', 'Cividis', 'Darkmint', 'Earth', 'Edge', 'Electric',
252-
'Emrld', 'Fall', 'Geyser', 'GnBu', 'Greens', 'Greys', 'HSV', 'Hot',
253-
'IceFire', 'Inferno', 'Jet', 'Magenta', 'Magma', 'Mint', 'OrRd',
254-
'Oranges', 'Oryel', 'PRGn', 'Peach', 'Phase', 'PiYG', 'Picnic',
255-
'Pinkyl', 'Plasma', 'Plotly3', 'Portland', 'PuBu', 'PuBuGn',
256-
'PuOr', 'PuRd', 'Purp', 'Purples', 'Purpor', 'Rainbow', 'RdBu',
257-
'RdGy', 'RdPu', 'RdYlBu', 'RdYlGn', 'Redor', 'Reds', 'Spectral',
258-
'Sunset', 'Sunsetdark', 'Teal', 'Tealgrn', 'Tealrose', 'Temps',
259-
'Tropic', 'Twilight', 'Viridis', 'YlGn', 'YlGnBu', 'YlOrBr',
260-
'YlOrRd', 'algae', 'amp', 'balance', 'curl', 'deep', 'delta',
261-
'dense', 'gray', 'haline', 'ice', 'matter', 'mrybm', 'mygbm',
262-
'solar', 'speed', 'tempo', 'thermal', 'turbid']
249+
['aggrnyl', 'agsunset', 'algae', 'amp', 'armyrose', 'balance',
250+
'blackbody', 'bluered', 'blues', 'blugrn', 'bluyl', 'brbg',
251+
'brwnyl', 'bugn', 'bupu', 'burg', 'burgyl', 'cividis', 'curl',
252+
'darkmint', 'deep', 'delta', 'dense', 'earth', 'edge', 'electric',
253+
'emrld', 'fall', 'geyser', 'gnbu', 'gray', 'greens', 'greys',
254+
'haline', 'hot', 'hsv', 'ice', 'icefire', 'inferno', 'jet',
255+
'magenta', 'magma', 'matter', 'mint', 'mrybm', 'mygbm', 'oranges',
256+
'orrd', 'oryel', 'peach', 'phase', 'picnic', 'pinkyl', 'piyg',
257+
'plasma', 'plotly3', 'portland', 'prgn', 'pubu', 'pubugn', 'puor',
258+
'purd', 'purp', 'purples', 'purpor', 'rainbow', 'rdbu', 'rdgy',
259+
'rdpu', 'rdylbu', 'rdylgn', 'redor', 'reds', 'solar', 'spectral',
260+
'speed', 'sunset', 'sunsetdark', 'teal', 'tealgrn', 'tealrose',
261+
'tempo', 'temps', 'thermal', 'tropic', 'turbid', 'twilight',
262+
'viridis', 'ylgn', 'ylgnbu', 'ylorbr', 'ylorrd']
263263
264264
Returns
265265
-------

0 commit comments

Comments
 (0)