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
Although we'd still welcome a PR that adds a geom_circle_pattern() to {ggpattern} in the future it may be possible to directly use pattern/gradient fills with ggforce::geom_circle(): thomasp85/ggforce#323
Would love a way to fill in a geom_point with an image of my choice.
Effectively, what I'd like to be to do is re-create a chart like this one:
Each point on the chart would correspond to a different image url in my dataframe, which is then used to fill in the circle.
I can kind of do this with geom_polygon_pattern() but it'd be nice if I didn't have to draw the circle first
The text was updated successfully, but these errors were encountered: