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

Method back

lib/matplotlib/backend_tools.py:572–575  ·  view source on GitHub ↗

Back one step in the stack of views and positions.

(self)

Source from the content-addressed store, hash-verified

570 self.positions[self.figure].home()
571
572 def back(self):
573 """Back one step in the stack of views and positions."""
574 self.views[self.figure].back()
575 self.positions[self.figure].back()
576
577 def forward(self):
578 """Forward one step in the stack of views and positions."""

Callers 1

scroll_zoomMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected