pyart.graph.RadarMapDisplayBasemap.plot_range_ring#
- RadarMapDisplayBasemap.plot_range_ring(range_ring_location_km, npts=360, line_style='k-', **kwargs)[source]#
Plot a single range ring on the map.
Additional arguments are passed to basemap.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.
line_style (str) – Matplotlib compatible string which specified the line style of the ring.