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

Skip to content

Commit 2b5521d

Browse files
committed
Start to update docs for spectral/Spectral change
1 parent 4cf846d commit 2b5521d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/matplotlib/pyplot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,6 @@ def colormaps():
17441744
spring linearly-increasing shades of magenta-yellow
17451745
summer sequential linearly-increasing shades of green-yellow
17461746
winter linearly-increasing shades of blue-green
1747-
spectral black-purple-blue-green-yellow-red-white spectrum
17481747
========= =======================================================
17491748
17501749
For the above list only, you can also set the colormap using the
@@ -1869,6 +1868,7 @@ def colormaps():
18691868
rainbow spectral purple-blue-green-yellow-orange-red colormap
18701869
with diverging luminance
18711870
seismic diverging blue-white-red
1871+
nipy_spectral black-purple-blue-green-yellow-red-white spectrum, originally from the Neuroimaging in Python project
18721872
terrain mapmaker's colors, blue-green-yellow-brown-white,
18731873
originally from IGOR Pro
18741874
========= =======================================================
@@ -1883,6 +1883,7 @@ def colormaps():
18831883
gist_gray identical to *gray*
18841884
gist_yarg identical to *gray_r*
18851885
binary identical to *gray_r*
1886+
spectral identical to *nipy_spectral*, which was changed to differentiate from ColorBrewer's Spectral map
18861887
========= =======================================================
18871888
18881889
.. rubric:: Footnotes

0 commit comments

Comments
 (0)