obspy.signal.trigger.plot_trace
- plot_trace(trace, cft)[source]
Plot characteristic function of trigger along with waveform data.
- Parameters:
trace (
Trace
) – waveform datacft (
numpy.ndarray
) – characteristic function as returned by a trigger inobspy.signal.trigger
- Return type:
- Returns:
Matplotlib figure instance and axes