Thanks to visit codestin.com Credit goes to github.com
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 4c3343e commit bf856a0Copy full SHA for bf856a0
doc/api/next_api_changes/deprecations/30531-TH.rst
@@ -11,6 +11,6 @@ This affects the following methods of `.Colormap`:
11
- `.Colormap.set_extremes` - use ``cmap.with_extremes(...)`` instead
12
13
Use the respective `.Colormap.with_extremes` and appropriate keyword arguments
14
-instead with returns a copy of the colormap (available since matplotlib 3.4).
+instead which returns a copy of the colormap (available since matplotlib 3.4).
15
Alternatively, if you create the colormap yourself, you can also pass the
16
respective arguments to the constructor (available since matplotlib 3.11).
0 commit comments