MCPcopy 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
1476def 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

gcaFunction · 0.85
claMethod · 0.45

Tested by

no test coverage detected