twistpy.polarization.DispersionAnalysis.plot_baz#
- DispersionAnalysis.plot_baz(freq: Optional[float] = None, nbins: int = 90, show: bool = True) None [source]#
Plot the back-azimuth of Love and Rayleigh wave sources as a polar plot.
- Parameters
- freq: :obj:`float`
If specified, the back-azimuth is only plotted for sources detected at the specified frequency. Needs to be a frequency belonging to the vector in attribute f of the DispersionAnalysis object.
- nbins: :obj:`int`, default=92
Number of bins used to split the circle.
- show: :obj:`bool`, default=True
If True, show the plot interactively after plotting.