pyart.graph.RadarMapDisplay.plot_range_ring#
- RadarMapDisplay.plot_range_ring(range_ring_location_km, npts=360, color='k', line_style='-', **kwargs)[source]#
Plot a single range ring on the map.
Additional arguments are passed to ax.plot.
- Parameters:
range_ring_location_km (float) – Location of range ring in km.
npts (int) – Number of points in the ring, higher for better resolution.
color (str, optional) – Matplotlib compatible string which specifies the color for the line style.
line_style (str, optional) – Matplotlib compatible string which specified the line style of the ring.