plot_seismogram

SeismogramPlotter.plot_seismogram(width=120, trace_height=10, stations_per_panel=8, start=10, length=60)[source]

Plot the seismogram data.

Parameters
  • width (float) – The figure width [mm].

  • trace_height (float) – The height of a seismogram trace [mm].

  • stations_per_panel (int) – The number of stations per image.

  • start (float) – The time after the minimum available start time to start the plot [s].

  • length (float) – The length of the seismogram measured from the minimum available start time [s].