matplotlib / 3.5.1 / _as_gen / matplotlib.axes.axes.drag_pan.html /

matplotlib.axes.Axes.drag_pan

Axes. drag_pan ( button, key, x, y ) [source]

Called when the mouse moves during a pan operation.

Parameters
button MouseButton

The pressed mouse button.

key str or None

The pressed key, if any.

x, y float

The mouse coordinates in display coords.

Notes

This is intended to be overridden by new projection types.

© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.5.1/api/_as_gen/matplotlib.axes.Axes.drag_pan.html