MCPcopy Create free account
hub / github.com/Victorletzelter/timeMCL / extract_column

Function extract_column

tsExperiments/scripts_plot/plotting.py:486–488  ·  view source on GitHub ↗
(axs, col_idx)

Source from the content-addressed store, hash-verified

484 title_axes.append(ax_title)
485
486 def extract_column(axs, col_idx):
487 indexes = np.arange(col_idx, axs.shape[0], cols)
488 return axs[indexes]
489
490 # Apply style to each subplot
491 for ax in axs:

Callers 1

plot_multiple_methodsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected