File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Original file line number Diff line number Diff line change @@ -1915,9 +1915,9 @@ def colormaps():
1915
1915
originally from the Neuroimaging in Python project
1916
1916
terrain mapmaker's colors, blue-green-yellow-brown-white,
1917
1917
originally from IGOR Pro
1918
- turbo a spectral map (purple-blue-green-yellow-orange-red) with
1919
- a bright center and darker endpoints. a smoother
1920
- alternative to jet.
1918
+ turbo Spectral map (purple-blue-green-yellow-orange-red) with
1919
+ a bright center and darker endpoints. A smoother
1920
+ alternative to jet.
1921
1921
============= =======================================================
1922
1922
1923
1923
The following colormaps are redundant and may be removed in future
Original file line number Diff line number Diff line change @@ -350,8 +350,8 @@ def plot_color_gradients(cmap_category, cmap_list, nrows):
350
350
# overlaid, labeled contours could help differentiate between one side of the
351
351
# colormap vs. the other since color cannot be used once a plot is printed to
352
352
# grayscale. Many of the Qualitative and Miscellaneous colormaps, such as
353
- # Accent, hsv, jet and turbo, change from darker to lighter and back to darker gray
354
- # throughout the colormap. This would make it impossible for a viewer to
353
+ # Accent, hsv, jet and turbo, change from darker to lighter and back to darker
354
+ # grey throughout the colormap. This would make it impossible for a viewer to
355
355
# interpret the information in a plot once it is printed in grayscale.
356
356
357
357
mpl .rcParams .update ({'font.size' : 14 })
You can’t perform that action at this time.
0 commit comments