pyart.graph.RadarMapDisplay.plot_line_xy#

RadarMapDisplay.plot_line_xy(line_x, line_y, color='r', line_style='-', **kwargs)[source]#

Plot a line segments on the current map given radar x, y values.

Additional arguments are passed to ax.plot.

Parameters:
  • line_x (array) – X location of points to plot in meters from the radar.

  • line_y (array) – Y location of points to plot in meters from the radar.

  • color (str, optional) – Matplotlib compatible string which specifies the color for the line style.

  • line_style (str, optional) – Matplotlib compatible string which specifies the line style.