Skip to content

Commit ed08a91

Browse files
mikhailov-worktacaswell
authored andcommitted
fixing formatting issues
1 parent 34d64b5 commit ed08a91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/matplotlib/pyplot.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1915,9 +1915,9 @@ def colormaps():
19151915
originally from the Neuroimaging in Python project
19161916
terrain mapmaker's colors, blue-green-yellow-brown-white,
19171917
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.
19211921
============= =======================================================
19221922
19231923
The following colormaps are redundant and may be removed in future

tutorials/colors/colormaps.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ def plot_color_gradients(cmap_category, cmap_list, nrows):
350350
# overlaid, labeled contours could help differentiate between one side of the
351351
# colormap vs. the other since color cannot be used once a plot is printed to
352352
# 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
355355
# interpret the information in a plot once it is printed in grayscale.
356356

357357
mpl.rcParams.update({'font.size': 14})

0 commit comments

Comments
 (0)