pyart.graph.RadarDisplay.plot_range_ring#
- static RadarDisplay.plot_range_ring(range_ring_location_km, npts=100, ax=None, col='k', ls='-', lw=2)[source]#
Plot a single range ring.
- Parameters:
range_ring_location_km (float) – Location of range ring in km.
npts (int) – Number of points in the ring, higher for better resolution.
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.