MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / display_points

Method display_points

deeplabcut/gui/tracklet_toolbox.py:749–751  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

747 coll.remove()
748
749 def display_points(self, val):
750 data = self.manager.xy[:, val]
751 self.scat.set_offsets(data)
752
753 def display_trails(self, val):
754 sl = slice(val - self.trail_len // 2, val + self.trail_len // 2)

Callers 2

on_changeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected