MCPcopy 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
663def clf():
664 """Clear the current figure."""
665 gcf().clf()
666
667
668def draw():

Callers

nothing calls this directly

Calls 2

gcfFunction · 0.85
clfMethod · 0.80

Tested by

no test coverage detected