Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7a5786

Browse files
committed
Merge pull request #4707 from stefanv/new_colormaps
ENH: Add newly proposed colormaps
2 parents c232eba + 3f1a237 commit f7a5786

File tree

4 files changed

+1108
-1
lines changed

4 files changed

+1108
-1
lines changed

boilerplate.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,12 @@ def format_value(value):
293293
'spring',
294294
'summer',
295295
'winter',
296-
'spectral'
296+
'spectral',
297+
298+
'magma',
299+
'inferno',
300+
'plasma',
301+
'viridis'
297302
)
298303
# add all the colormaps (autumn, hsv, ....)
299304
for name in cmaps:

0 commit comments

Comments
 (0)