wradlib.vis.add_lines¶
- wradlib.vis.add_lines(ax, lines, **kwargs)¶
Add lines (points in the form Nx2) to axes
Add lines (points in the form Nx2) to existing axes ax using
matplotlib.collections.LineCollection.- Parameters:
ax (
matplotlib.axes.Axes)lines (
numpy.ndarray) – nested Nx2 array(s)
Examples
See Plot geodata.