Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
output_singlebyte_chunk
Method · 0.45
_prepare_font
Method · 0.45
draw
Method · 0.45
_get_font_ttf
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected