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

Method remove

lib/matplotlib/figure.py:87–89  ·  view source on GitHub ↗

Remove the Axes from the stack.

(self, a)

Source from the content-addressed store, hash-verified

85 return [*self._axes] # This relies on dict preserving order.
86
87 def remove(self, a):
88 """Remove the Axes from the stack."""
89 self._axes.pop(a)
90
91 def bubble(self, a):
92 """Move an Axes, which must already exist in the stack, to the top."""

Callers 5

_get_draw_artistsMethod · 0.45
_remove_suplabelMethod · 0.45
_remove_axesMethod · 0.45
handlerMethod · 0.45
ginputMethod · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected