Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Refactor new colormaps to ListedColormaps
  • Loading branch information
stefanv committed Jul 23, 2015
commit 3f1a23755e86fef97d51e30e106195f34425c9e3
11 changes: 6 additions & 5 deletions boilerplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,16 +288,17 @@ def format_value(value):
'hot',
'hsv',
'jet',
'neoncity',
'pink',
'prism',
'spring',
'summer',
'sunrise',
'viola',
'viridis',
'winter',
'spectral'
'spectral',

'magma',
'inferno',
'plasma',
'viridis'
)
# add all the colormaps (autumn, hsv, ....)
for name in cmaps:
Expand Down
Loading