pyart.graph.RadarDisplay.plot_grid_lines#

static RadarDisplay.plot_grid_lines(ax=None, col='k', ls=':')[source]#

Plot grid lines.

Parameters:
  • ax (Axis) – Axis to plot on. None will use the current axis.

  • col (str or value) – Color to use for grid lines.

  • ls (str) – Linestyle to use for grid lines.