matplotlib.axes.Axes.drag_pan
- 
Axes.drag_pan(self, button, key, x, y)
- 
Called when the mouse moves during a pan operation. Parameters: - 
buttonMouseButton
- 
The pressed mouse button. 
- 
keystr or None
- 
The pressed key, if any. 
- 
x, yfloat
- 
The mouse coordinates in display coords. 
 NotesThis is intended to be overridden by new projection types. 
- 
Examples using matplotlib.axes.Axes.drag_pan
 
    © 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
    https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.axes.Axes.drag_pan.html