foxes.utils.TabWindroseAxes.set_forward_navigation_events(forward)

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)

See Also

matplotlib.axes.Axes.set_navigate