Closed John-Ragland closed 1 year ago
spectrogram plot function uses contourf, which takes a long time for larger spectrograms since it has to compute a contour
Using plt.imshow() and make the x and y axis would be prefered
This should be fixed by changing spectrogram object #135
spectrogram plot function uses contourf, which takes a long time for larger spectrograms since it has to compute a contour
Using plt.imshow() and make the x and y axis would be prefered