Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ cla
Function
cla
lib/matplotlib/pyplot.py:1476–1479 ·
view source on GitHub ↗
Clear the current Axes.
()
Source
from the content-addressed store, hash-verified
1474
1475
1476
def
cla() -> None:
1477
""
"Clear the current Axes."
""
1478
# Not generated via boilerplate.py to allow a different docstring.
1479
return
gca().cla()
1480
1481
1482
## More ways of creating Axes ##
Callers
nothing calls this directly
Calls
2
gca
Function · 0.85
cla
Method · 0.45
Tested by
no test coverage detected