Creates a spectrogram plot of the trace.
For details on kwargs that can be used to customize the spectrogram plot see spectrogram().
Example
>>> from obspy import read >>> st = read() >>> tr = st[0] >>> tr.spectrogram()
[hires.png, pdf]
Enter search terms or a module, class or function name.