Sep-13-2021, 03:08 PM
(This post was last modified: Sep-13-2021, 03:08 PM by deanhystad.)
My first thought is don't call np.c_ to transpose the time array. Just call plt.plot(time, my_data). Why do you think you need to transpose the time array?