pysolate.block.Block.plot

Block.plot(tag, network=None, station=None, location=None, channel=None, component=None)[source]

Plot the time-frequency representation, or scalogram, of the current pysolate Block object

Plot the scalograms for all traces in the object. Alternatively, specific traces can be selected that matches the given station criteria.

Parameters
  • tag (str) – processed data to plot.

  • network (str) – network code.

  • station (str) – station code.

  • location (str) – location code.

  • channel (str) – channel code.

  • component (str) – component code.

Example

>>> block.plot("noise_removed", network="BK", channel="HH*")