Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
276
def
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
283
def
erase_artists(ax):
Callers
2
plot_gt_and_predictions
Function · 0.90
plot_evaluation_results
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected