obspy.realtime.rttrace.RtTrace.spectrogram

RtTrace.spectrogram(**kwargs)

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]

../../_images/628555c654.png

This Page