You are reading an old version of the documentation (v3.1.1). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.drag_pan.html
Version 3.1.2
matplotlib
Fork me on GitHub

matplotlib.axes.Axes.drag_pan

Axes.drag_pan(self, button, key, x, y)

Called when the mouse moves during a pan operation.

button is the mouse button number:

  • 1: LEFT
  • 2: MIDDLE
  • 3: RIGHT

key is a "shift" key

x, y are the mouse coordinates in display coords.

Note

Intended to be overridden by new projection types.