Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f7a5786

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

File tree

Expand file treeCollapse file tree

4 files changed

+1108
-1
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+1108
-1
lines changed

‎boilerplate.py

Copy file name to clipboardExpand all lines: boilerplate.py
+6-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.