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

Method clear

lib/matplotlib/backends/backend_agg.py:324–325  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

322 return np.asarray(self._renderer).take([3, 0, 1, 2], axis=2).tobytes()
323
324 def clear(self):
325 self._renderer.clear()
326
327 def option_image_nocomposite(self):
328 # docstring inherited

Callers 4

_prepare_fontMethod · 0.45
drawMethod · 0.45
_get_font_ttfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected