obspy-users Digest, Vol 75, Issue 7

Dear Franz
I think the easiest way is to use matplotlib and plot data for each channel of each EQ in a spcefic subplot. First yoy need to extrac waveforms time-series as they can be achived using tr.data (lets tr be a trace) then you need a for loop over entire traces and plot all them to ghether in one subplot (all traces for one spcefic channel and different EQs).