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
Here are a few explorations of a delaunay/voronoi plugin, written as a transform. However this should probably be done as initializers/layouts (#801) since the x and y dimensions are not separable (Delaunay/Voronoi being based on the euclidian distance on the plane).
My current feedback with custom initializers and transforms:
dealing with z/stroke/fill is very tedious.
this initializer doesn't compose with the others because Plot.composeInitializers is not exported (but it's just a matter of exporting it as we do for Plot.transform). Solved with Plot.initializer()
No description provided.
The text was updated successfully, but these errors were encountered: