Skip to content

Commit

Permalink
Updated plot_fft.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanbabbar04 committed Feb 18, 2023
1 parent a2743d0 commit ae9d48a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/plot_fft.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
and :py:class:`pylops.signalprocessing.FFTND` operators to apply the Fourier
Transform to the model and the inverse Fourier Transform to the data.
"""
import pylops
import numpy as np

import matplotlib.pyplot as plt
import numpy as np

import pylops

plt.close("all")

Expand Down Expand Up @@ -196,4 +195,3 @@
axs[1][1].set_title("Error")
axs[1][1].axis("tight")
fig.tight_layout()
plt.show()

0 comments on commit ae9d48a

Please sign in to comment.