matplotlib.axes.Axes.start_pan

Axes.start_pan(self, x, y, button)

Called when a pan operation has started.

Parameters:
x, yfloat

The mouse coordinates in display coords.

buttonMouseButton

The pressed mouse button.

Notes

This is intended to be overridden by new projection types.

Examples using matplotlib.axes.Axes.start_pan