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
Example
>>> block.plot("noise_removed", network="BK", channel="HH*")