File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
galleries/examples/showcase Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 13
13
- Shared axes always trigger with their parent axes
14
14
(irrespective of the patch visibility)
15
15
16
+ Note: The visibility of the patch hereby refers to the value of
17
+ ``ax.patch.get_visible()``. The color and transparency of a
18
+ patch have no effect on the treatment of pan/zoom events!
19
+
16
20
17
21
``ax.set_forward_navigation_events(val)`` can be used to override the
18
22
default behaviour:
19
23
20
24
- ``True``: Forward navigation events to axes below.
21
25
- ``False``: Execute navigation events only on this axes.
22
- - ``"auto"``: Use the default behaviour
23
- (``True`` for axes with an invisible patch and ``False`` otherwise).
26
+ - ``"auto"``: Use the default behaviour.
24
27
25
28
To disable pan/zoom events completely, use ``ax.set_navigate(False)``
29
+
26
30
"""
27
31
28
32
You can’t perform that action at this time.
0 commit comments