wradlib.vis.add_patches¶
-
wradlib.vis.add_patches(ax, patch_array, **kwargs)¶ Add patches (points in the form Nx2) to axes
Add patches (points in the form Nx2) to existing axes ax using
matplotlib.collections.PolyCollection.Parameters: - ax (
matplotlib.axes.Axes) – the axes object to plot on - patch_array (
numpy.ndarray) – nested Nx2 array(s) - kwargs (
matplotlib.collections.PolyCollection) –
Examples
- ax (