matplotlib.axes.Axes.set_forward_navigation_events#

Axes.set_forward_navigation_events(forward)[source]#

Set how pan/zoom events are forwarded to Axes below this one.

Parameters:
forwardbool or "auto"

Possible values:

  • True: Forward events to other axes with lower or equal zorder.

  • False: Events are only executed on this axes.

  • "auto": Default behaviour (True for axes with an invisible patch and False otherwise)

Examples using matplotlib.axes.Axes.set_forward_navigation_events#

Pan/zoom events of overlapping axes

Pan/zoom events of overlapping axes