Dec-21-2021, 08:56 PM
Hello,
I have a data set that I have shifted by a certain amount.
The unshifted and shifted data set are plotted as you can see in the attached figure.
using
Both t and Vs datasets are of type <class 'numpy.ndarray'>.
Regards,
xquad
I have a data set that I have shifted by a certain amount.
The unshifted and shifted data set are plotted as you can see in the attached figure.
using
... plt.plot(t+fwhm, Vs/np.max(Vs), color='r') plt.plot(t, Vs/np.max(Vs))how can the sum of the shifted and unshifted data set be plotted?
Both t and Vs datasets are of type <class 'numpy.ndarray'>.
Regards,
xquad