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

Skip to content

Commit b4ddd97

Browse files
committed
DOC: Updating API release note for colorbar interactivity
1 parent 011551f commit b4ddd97

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/api/next_api_changes/behavior/19515-GL.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ Colorbars now have pan and zoom functionality
33

44
Interactive plots with colorbars can now be zoomed and panned on
55
the colorbar axis. This adjusts the *vmin* and *vmax* of the
6-
``ScalarMappable`` associated with the colorbar.
6+
``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

Comments
 (0)