Maps.set_shape.spherical_voronoi_diagram#

set_shape.spherical_voronoi_diagram(masked=True, mask_radius=None)#

Draw a Spherical 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.