pyart.graph.RadarMapDisplayBasemap.plot_line_xy#
- RadarMapDisplayBasemap.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 basemap.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.