First, I display the waveform by SAC file and I want to plot a spectrogram.
st = read('SAC file HERE', header=0, index_col=0, parse_dates=True, squeeze=True)
pyplot.show()
st.plot()
That will show the waveform, so how can I put it in a spectrogram?
This is an example: