pyart.graph.RadarMapDisplay.plot_line_xy#

RadarMapDisplay.plot_line_xy(line_x, line_y, line_style='r-', **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.

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