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

Skip to content

Commit db6766a

Browse files
committed
Refactor new colormaps to ListedColormaps
1 parent 57f5927 commit db6766a

File tree

5 files changed

+1081
-3130
lines changed

5 files changed

+1081
-3130
lines changed

boilerplate.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,16 +288,17 @@ def format_value(value):
288288
'hot',
289289
'hsv',
290290
'jet',
291-
'neoncity',
292291
'pink',
293292
'prism',
294293
'spring',
295294
'summer',
296-
'sunrise',
297-
'viola',
298-
'viridis',
299295
'winter',
300-
'spectral'
296+
'spectral',
297+
298+
'magma',
299+
'inferno',
300+
'plasma',
301+
'viridis'
301302
)
302303
# add all the colormaps (autumn, hsv, ....)
303304
for name in cmaps:

0 commit comments

Comments
 (0)