pyart.graph.AirborneRadarDisplay.plot_range_rings#

AirborneRadarDisplay.plot_range_rings(range_rings, ax=None, col='k', ls='-', lw=2)#

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.