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

Skip to content

Commit 1e1fedd

Browse files
committed
tweak cmap list order for a better fit of "Wistia"
1 parent e577529 commit 1e1fedd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/users/plotting/colormaps/colormaps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'Reds', 'YlGn', 'YlGnBu', 'YlOrBr', 'YlOrRd']),
1010
('Sequential (2)', ['afmhot', 'autumn', 'bone', 'cool', 'copper',
1111
'gist_heat', 'gray', 'hot', 'pink', 'spring',
12-
'summer', 'winter', 'Wistia']),
12+
'Wistia', 'summer', 'winter']),
1313
('Diverging', ['BrBG', 'bwr', 'coolwarm', 'PiYG', 'PRGn', 'PuOr',
1414
'RdBu', 'RdGy', 'RdYlBu', 'RdYlGn', 'Spectral',
1515
'seismic']),

examples/color/colormaps_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'Reds', 'YlGn', 'YlGnBu', 'YlOrBr', 'YlOrRd']),
5151
('Sequential (2)', ['afmhot', 'autumn', 'bone', 'cool',
5252
'copper', 'gist_heat', 'gray', 'hot', 'pink',
53-
'spring', 'summer', 'winter', 'Wistia']),
53+
'spring', 'Wistia', 'summer', 'winter']),
5454
('Diverging', ['BrBG', 'bwr', 'coolwarm', 'PiYG', 'PRGn', 'PuOr',
5555
'RdBu', 'RdGy', 'RdYlBu', 'RdYlGn', 'Spectral',
5656
'seismic']),

0 commit comments

Comments
 (0)