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 38526b4

Browse filesBrowse files
committed
tweak cmap list order for a better fit of "Wistia"
1 parent c847be2 commit 38526b4
Copy full SHA for 38526b4

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎doc/users/plotting/colormaps/colormaps.py

Copy file name to clipboardExpand all lines: doc/users/plotting/colormaps/colormaps.py
+1-1Lines 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

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