MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / end_pan

Method end_pan

lib/matplotlib/axes/_base.py:4521–4529  ·  view source on GitHub ↗

Called when a pan operation completes (when the mouse button is up.) Notes ----- This is intended to be overridden by new projection types.

(self)

Source from the content-addressed store, hash-verified

4519 y=y)
4520
4521 def end_pan(self):
4522 """
4523 Called when a pan operation completes (when the mouse button is up.)
4524
4525 Notes
4526 -----
4527 This is intended to be overridden by new projection types.
4528 """
4529 del self._pan_start
4530
4531 def _get_pan_points(self, button, key, x, y):
4532 """

Callers 5

_on_moveMethod · 0.45
_set_view_from_bboxMethod · 0.45
_releaseMethod · 0.45
release_panMethod · 0.45

Calls

no outgoing calls

Tested by 1