Skip to content

Commit 216491c

Browse files
committed
Plot formatting debugging
1 parent 65cee1c commit 216491c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pydmd/bopdmd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,8 @@ def plot_mode_uq(
14601460

14611461
rows = 2 * int(np.ceil(modes.shape[-1] / cols))
14621462
fig, axes = plt.subplots(rows, cols, figsize=figsize, dpi=dpi)
1463+
print(axes)
1464+
print(axes[::2])
14631465
avg_axes = [ax for axes_list in axes[::2] for ax in axes_list]
14641466
std_axes = [ax for axes_list in axes[1::2] for ax in axes_list]
14651467

0 commit comments

Comments
 (0)