(axs, col_idx)
| 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: |
no outgoing calls
no test coverage detected