voronoi_diagram
- shapes.voronoi_diagram(masked=True, mask_radius=None)
Draw a Voronoi-Diagram of the data.
- Parameters:
masked (bool) – Indicator if the voronoi-diagram should be masked or not
mask_radius (float, optional) – The radius used for masking the voronoi-diagram (in units of the plot-crs) The default is 4 times the estimated data-radius.