Skip to content

EOmaps v0.1.7

Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 15 Oct 14:49
· 3356 commits to master since this release
59db8d3

new

there are 2 new plot-types:

"delauney_triangulation"

  • ... e.g. plot a (continuous) triangulation-shading of irregularly distributed points
  • it supports additional customization by adding a suffix to the "shape"-name:
    • _flat: plot actual polygons (with mean-values) instead of a mesh that interpolates values
    • _masked: use the defined "radius" to mask any triangle for which the distance between the centroid and the vertices exceeds (2 * radius)
      (particularly useful for densely sampled data-points whose exterior is a a concave shape)
    • _flat_masked: a combination of the above options

"Voroni"

  • create a voroni-diagram
  • similar as with the Delauney triangulation, any polygon whose defining data-point is farther than (2 * radius) away from any vertex of the Voroni-diagram is masked

fixes

  • cache the background on first draw of the map so that callbacks can immediately trigger