obspy.imaging.waveform.WaveformPlotting._WaveformPlotting__plot_straight

WaveformPlotting._WaveformPlotting__plot_straight(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 on which it’s being run).

Slow and high memory consumption for large datasets.