Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ clf
Function
clf
site-packages/matplotlib/pyplot.py:663–665 ·
view source on GitHub ↗
Clear the current figure.
()
Source
from the content-addressed store, hash-verified
661
662
663
def
clf():
664
""
"Clear the current figure."
""
665
gcf().clf()
666
667
668
def
draw():
Callers
nothing calls this directly
Calls
2
gcf
Function · 0.85
clf
Method · 0.80
Tested by
no test coverage detected