Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _clear_without_update
Method
_clear_without_update
lib/matplotlib/widgets.py:2593–2595 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2591
self.update()
2592
2593
def
_clear_without_update(self):
2594
self._selection_completed = False
2595
self.set_visible(False)
2596
2597
@property
2598
def
artists(self):
Callers
2
clear
Method · 0.95
_release
Method · 0.45
Calls
1
set_visible
Method · 0.95
Tested by
no test coverage detected