pyart.graph.RadarDisplay.plot_range_rings#
- RadarDisplay.plot_range_rings(range_rings, ax=None, col='k', ls='-', lw=2)[source]#
Plot a series of range rings.
- Parameters:
range_rings (list) – List of locations in km to draw range rings.
ax (Axis) – Axis to plot on. None will use the current axis.
col (str or value) – Color to use for range rings.
ls (str) – Linestyle to use for range rings.