MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / display

Method display

deeplabcut/utils/skeleton.py:133–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131 self.fig.canvas.mpl_connect("pick_event", self.on_pick)
132
133 def display(self):
134 plt.show()
135
136 def pick_labeled_frame(self):
137 # Find the most 'complete' animal

Callers 1

__init__Method · 0.95

Calls 1

showMethod · 0.80

Tested by

no test coverage detected