-
Notifications
You must be signed in to change notification settings - Fork 18
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
geom_circle_pattern()
#54
Labels
enhancement
New feature or request
Comments
Note to self (or future code submitter) - |
Although we'd still welcome a PR that adds a |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: