Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
1316
def
clf() -> None:
1317
""
"Clear the current figure."
""
1318
gcf().clear()
1319
1320
1321
def
draw() -> None:
Callers
nothing calls this directly
Calls
2
gcf
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected