We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdce6d4 commit 2402053Copy full SHA for 2402053
1 file changed
pyspod/postprocessing.py
@@ -544,6 +544,7 @@ def plot_2D_mode_slice_vs_time(modes, freq_required, freq, vars_idx=[0],
544
tmp = np.fft.fftshift(tmp, axes=1)
545
idx_x1, idx_x2 = np.where(np.abs(tmp) == np.amax(np.abs(tmp)))
546
547
+ # loop over modes
548
for mode_id in modes_idx:
549
550
# select mode and fft-shift it
0 commit comments