MCPcopy Create free account
hub / github.com/cjrd/self-supervised-pretraining / setup_plot

Function setup_plot

utils/plot-results.py:150–151  ·  view source on GitHub ↗
(width=300)

Source from the content-addressed store, hash-verified

148 return fig_dim
149
150def setup_plot(width=300):
151 return plt.subplots(1, 1, figsize=set_size(width))
152
153
154def main(args):

Callers 1

gen_plotsFunction · 0.70

Calls 1

set_sizeFunction · 0.70

Tested by

no test coverage detected