delaunay_triangulation

set_shape.delaunay_triangulation(masked=True, mask_radius=None, mask_radius_crs='in', flat=False)

Draw a Delaunay-Triangulation of the data.

Parameters:
  • masked (bool) – Indicator if the delaunay-triangulation should be masked or not

  • mask_radius (float, optional) – the radius used for masking the delaunay-triangulation (in units of the plot-crs) The default is 4 times the estimated data-radius.

  • mask_radius_crs (str, optional) – The crs in which the radius is defined (either β€œin” or β€œout”)

  • flat (bool) – Indicator if a triangulation (flat=False) or polygons (flat=True) should be plotted. The default is False