twistpy.polarization.TimeDomainAnalysis3C.plot#
- TimeDomainAnalysis3C.plot(show: bool = True, alpha: Optional[ndarray] = None, seismograms: Optional[Stream] = None) None [source]#
Plot polarization analysis.
- Parameters
- show
bool
, default=True Display the plot directly after plotting. If set to False, the plot will only show up once
show
is called.- alpha
numpy.ndarray
, default = None A mask (values between zero and 1) of the same dimension as the polarization attributes, that will be plotted on the alpha channel.
- seismograms
obspy.core.Stream
, default = None Manually provide seismograms to be plotted in the first panel. By default, the input data is plotted.
- show