I am trying to plot a fourier transform of a sign wave based on the scipy documentation
import numpy as np import matplotlib.pyplot as plt import scipy.fft
<