You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related: #812 (since d3.Delaunay computes the hull).
We could also do an ellipse (i.e. the smallest ellipse containing the data) or a superellipse, cf. geom_ellipse in ggplot2.
Both of these can be done in data space (as transforms); contrast with Delaunay and Voronoi, which should be done as layouts/initializers (#801), since the x and y dimensions are not separable.
No description provided.
The text was updated successfully, but these errors were encountered: