obspy.imaging.waveform.WaveformPlotting._WaveformPlotting__plotStraight

WaveformPlotting._WaveformPlotting__plotStraight(trace, ax, *args, **kwargs)

Just plots the data samples in the self.stream. Useful for smaller datasets up to around 1000000 samples (depending on the machine its being run on).

Slow and high memory consumption for large datasets.

This Page