Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ pick
Method
pick
lib/matplotlib/figure.py:2665–2667 ·
view source on GitHub ↗
(self, mouseevent)
Source
from the content-addressed store, hash-verified
2663
self.clear()
2664
2665
def
pick(self, mouseevent):
2666
if
not self.canvas.widgetlock.locked():
2667
super().pick(mouseevent)
2668
2669
def
_check_layout_engines_compat(self, old, new):
2670
""
"
Callers
1
test_picking_does_not_stale
Function · 0.45
Calls
1
locked
Method · 0.80
Tested by
1
test_picking_does_not_stale
Function · 0.36