pyart.graph.RadarMapDisplay.plot_grid_lines

static RadarMapDisplay.plot_grid_lines(ax=None, col='k', ls=':')

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.