Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for geom_circle() #54

Open
Henryjean opened this issue Oct 20, 2021 · 2 comments
Open

Support for geom_circle() #54

Henryjean opened this issue Oct 20, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@Henryjean
Copy link

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:

image

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

@trevorld trevorld added the enhancement New feature or request label Oct 20, 2021
@trevorld trevorld changed the title Support for geom_point or some kind of circle?[FEAT] Support for 'geom_circle()' Oct 20, 2021
@coolbutuseless
Copy link
Collaborator

Note to self (or future code submitter) - geom_circle from {ggforce} is probably the ideal candidate for adaptation.

https://cran.r-project.org/package=ggforce

@trevorld trevorld changed the title Support for 'geom_circle()' Support for geom_circle() Apr 24, 2024
@trevorld
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants