Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepLabCut/DeepLabCut
/ update_vlines
Method
update_vlines
deeplabcut/gui/tracklet_toolbox.py:805–807 ·
view source on GitHub ↗
(self, val)
Source
from the content-addressed store, hash-verified
803
self.text.remove()
804
805
def
update_vlines(self, val):
806
self.vline_x.set_xdata([val, val])
807
self.vline_y.set_xdata([val, val])
808
809
def
on_change(self, val):
810
self.mutex.lock()
# Make video frame retrieval thread-safe
Callers
2
on_click
Method · 0.95
on_change
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected