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:

Examples

See Plot additional geodata.