Skip to content

Commit ae9d48a

Browse files
committed
Updated plot_fft.py
1 parent a2743d0 commit ae9d48a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/plot_fft.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
and :py:class:`pylops.signalprocessing.FFTND` operators to apply the Fourier
77
Transform to the model and the inverse Fourier Transform to the data.
88
"""
9-
import pylops
10-
import numpy as np
11-
129
import matplotlib.pyplot as plt
10+
import numpy as np
1311

12+
import pylops
1413

1514
plt.close("all")
1615

@@ -196,4 +195,3 @@
196195
axs[1][1].set_title("Error")
197196
axs[1][1].axis("tight")
198197
fig.tight_layout()
199-
plt.show()

0 commit comments

Comments
 (0)