We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af2990 commit b0618d8Copy full SHA for b0618d8
doc/api/api_changes.rst
@@ -192,6 +192,15 @@ figure which is raising an error on draw. The previous behavior would only mark
192
a figure as not stale after a full re-draw succeeded.
193
194
195
+The spectral colormap is now nipy_spectral
196
+------------------------------------------
197
+
198
+The colormaps formerly known as ``spectral`` and ``spectral_r`` have been
199
+replaced by ``nipy_spectral`` and ``nipy_spectral_r`` since matplotlib
200
+1.3.0. Even though the colormap was deprecated in matplotlib 1.3.0, it never
201
+raised a warning. As of matplotlib 2.0.0, using the old names raises a
202
+deprecation warning. In the future, using the old names will raise an error.
203
204
Changes in 1.5.3
205
================
206
0 commit comments