diff --git a/examples/plot_fft.py b/examples/plot_fft.py index 029f51df..cd1021ac 100644 --- a/examples/plot_fft.py +++ b/examples/plot_fft.py @@ -309,4 +309,3 @@ axs[1][1].set_title("Error") axs[1][1].axis("tight") fig.tight_layout() -plt.show()