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

Function create_minimal_figure

deeplabcut/utils/visualization.py:276–280  ·  view source on GitHub ↗
(dpi=100)

Source from the content-addressed store, hash-verified

274
275
276def create_minimal_figure(dpi=100):
277 fig, ax = plt.subplots(frameon=False, dpi=dpi)
278 ax.axis("off")
279 ax.invert_yaxis()
280 return fig, ax
281
282
283def erase_artists(ax):

Callers 2

plot_gt_and_predictionsFunction · 0.90
plot_evaluation_resultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected