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 011551f commit b4ddd97Copy full SHA for b4ddd97
doc/api/next_api_changes/behavior/19515-GL.rst
@@ -3,4 +3,8 @@ Colorbars now have pan and zoom functionality
3
4
Interactive plots with colorbars can now be zoomed and panned on
5
the colorbar axis. This adjusts the *vmin* and *vmax* of the
6
-``ScalarMappable`` associated with the colorbar.
+``ScalarMappable`` associated with the colorbar. This is currently
7
+only enabled for continuous norms. Norms used with contourf and
8
+categoricals, such as ``BoundaryNorm`` and ``NoNorm``, have the
9
+interactive capability disabled by default. ``cb.ax.set_navigate()``
10
+can be used to set whether a colorbar axes is interactive or not.
0 commit comments