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
This is unfortunately not possible right now andI can't see if/when it will be possible for technical reasons. I'll leave it open as a reminder but don't expect much action on this
First off, thank you so much for contributing such amazing resources like this.
I am trying to fill the Delaunay triangles using the colors of the edge points.
here is a reprex
I used this data to create a deulanay plot in R
which gives
I want to fill all triangles with a blend of colors that match the color of each point, just as the lines are colored.
as you can see I have tried using
fill = coef2
within de geom_delaunay but this doesn't really achieve what I want.is there a work around to do this with ggforce
Many thanks!
for transparency, I first posted this on StackOverflow a couple of weeks ago but still haven't managed to work out a solution
The text was updated successfully, but these errors were encountered: