pyart.graph.RadarMapDisplay.plot_range_ring#

RadarMapDisplay.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 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.

  • line_style (str) – Matplotlib compatible string which specified the line style of the ring.