Reset the Axes stack.
(self)
| 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.""" |
no test coverage detected