Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ clear
Method
clear
lib/matplotlib/tests/test_axes.py:592–594 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
590
591
class
ClearAxes(Axes):
592
def
clear(self):
593
nonlocal called
594
called = True
595
596
class
ClearSuperAxes(Axes):
597
def
clear(self):
Callers
15
test_selector_clear_method
Function · 0.45
test_polygon_selector_clear_method
Function · 0.45
test_grab_clear
Function · 0.45
test_minus_no_descent
Function · 0.45
test_ft2font_clear
Function · 0.45
clear
Method · 0.45
test_reset_grid
Function · 0.45
test_shared_axes_clear
Function · 0.45
test_cla_clears_children_axes_and_fig
Function · 0.45
test_axes_clear_behavior
Function · 0.45
test_metrics_cache
Function · 0.45
test_metrics_cache2
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected