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

Skip to content

Commit e577529

Browse files
committed
Add missing colormaps to the relevant doc pages
1 parent e6e8468 commit e577529

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

doc/users/plotting/colormaps/colormaps.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
'GnBu', 'Greens', 'Greys', 'Oranges', 'OrRd',
88
'PuBu', 'PuBuGn', 'PuRd', 'Purples', 'RdPu',
99
'Reds', 'YlGn', 'YlGnBu', 'YlOrBr', 'YlOrRd']),
10-
('Sequential (2)', ['afmhot', 'autumn', 'bone', 'cool',
11-
'copper', 'gist_heat', 'gray', 'hot',
12-
'pink', 'spring', 'summer', 'winter']),
10+
('Sequential (2)', ['afmhot', 'autumn', 'bone', 'cool', 'copper',
11+
'gist_heat', 'gray', 'hot', 'pink', 'spring',
12+
'summer', 'winter', 'Wistia']),
1313
('Diverging', ['BrBG', 'bwr', 'coolwarm', 'PiYG', 'PRGn', 'PuOr',
1414
'RdBu', 'RdGy', 'RdYlBu', 'RdYlGn', 'Spectral',
1515
'seismic']),
1616
('Qualitative', ['Accent', 'Dark2', 'Paired', 'Pastel1',
17-
'Pastel2', 'Set1', 'Set2', 'Set3']),
17+
'Pastel2', 'Set1', 'Set2', 'Set3', 'tab10',
18+
'tab20', 'tab20b', 'tab20c']),
1819
('Miscellaneous', ['gist_earth', 'terrain', 'ocean', 'gist_stern',
1920
'brg', 'CMRmap', 'cubehelix',
2021
'gnuplot', 'gnuplot2', 'gist_ncar',

examples/color/colormaps_reference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
'PuBu', 'PuBuGn', 'PuRd', 'Purples', 'RdPu',
5050
'Reds', 'YlGn', 'YlGnBu', 'YlOrBr', 'YlOrRd']),
5151
('Sequential (2)', ['afmhot', 'autumn', 'bone', 'cool',
52-
'copper', 'gist_heat', 'gray', 'hot',
53-
'pink', 'spring', 'summer', 'winter']),
52+
'copper', 'gist_heat', 'gray', 'hot', 'pink',
53+
'spring', 'summer', 'winter', 'Wistia']),
5454
('Diverging', ['BrBG', 'bwr', 'coolwarm', 'PiYG', 'PRGn', 'PuOr',
5555
'RdBu', 'RdGy', 'RdYlBu', 'RdYlGn', 'Spectral',
5656
'seismic']),

0 commit comments

Comments
 (0)