pyart.graph.RadarMapDisplayBasemap.plot_line_geo#
- RadarMapDisplayBasemap.plot_line_geo(line_lons, line_lats, line_style='r-', **kwargs)[source]#
Plot a line segments on the current map given values in lat and lon.
Additional arguments are passed to basemap.plot.
- Parameters:
line_lons (array) – Longitude of line segment to plot.
line_lats (array) – Latitude of line segment to plot.
line_style (str) – Matplotlib compatible string which specifies the line style.