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

Method update

lib/matplotlib/backend_bases.py:3427–3430  ·  view source on GitHub ↗

Reset the Axes stack.

(self)

Source from the content-addressed store, hash-verified

3425 raise NotImplementedError
3426
3427 def update(self):
3428 """Reset the Axes stack."""
3429 self._nav_stack.clear()
3430 self.set_history_buttons()
3431
3432 def set_history_buttons(self):
3433 """Enable or disable the back/forward button."""

Callers 2

__init__Method · 0.45
notify_axes_changeMethod · 0.45

Calls 2

set_history_buttonsMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected