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 ed08a91

Browse filesBrowse files
mikhailov-worktacaswell
authored andcommitted
fixing formatting issues
1 parent 34d64b5 commit ed08a91
Copy full SHA for ed08a91

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+5
-5
lines changed

‎lib/matplotlib/pyplot.py

Copy file name to clipboardExpand all lines: lib/matplotlib/pyplot.py
+3-3Lines changed: 3 additions & 3 deletions
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

Copy file name to clipboardExpand all lines: tutorials/colors/colormaps.py
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.