Skip to content

Commit e0d6f07

Browse files
committed
added new colormaps to list
1 parent 43a94cf commit e0d6f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmocean/cm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# List of colormap names
2323
cmapnames = ['thermal', 'haline', 'solar', 'ice', 'gray', 'oxy', 'deep',
2424
'dense', 'algae', 'matter', 'turbid', 'speed', 'amp', 'tempo',
25-
'phase', 'balance', 'delta', 'curl']
25+
'rain', 'phase', 'topo', 'balance', 'delta', 'curl', 'diff', 'tarn']
2626

2727
# initialize dictionary to contain colormaps
2828
cmap_d = dict()

0 commit comments

Comments
 (0)