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

Function clf

lib/matplotlib/pyplot.py:1316–1318  ·  view source on GitHub ↗

Clear the current figure.

()

Source from the content-addressed store, hash-verified

1314
1315
1316def clf() -> None:
1317 """Clear the current figure."""
1318 gcf().clear()
1319
1320
1321def draw() -> None:

Callers

nothing calls this directly

Calls 2

gcfFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected