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

geomnet::geom_circle radius is proportional to grid limits, not to actual grid #33

Open
yhoogstrate opened this issue Aug 20, 2021 · 0 comments

Comments

@yhoogstrate
Copy link

yhoogstrate commented Aug 20, 2021

I am not sure if this is a bug or a feature. If this is a feature, adding an argument to offer both would be really helpful.

when creating circles with geom_circle, the radius is proportional to the limits of the figure. Thus, a radius of 0.5 reflects 0.5 times the x and the y axis of the screen. Given it's the radius, it would completely fill the figure. It would be more intuitive and streamlined with other gg functions to have the radius using the actual x and y values on the grid.

kind regards

Youri


edit:

I wrote a solution:

https://github.com/yhoogstrate/geomnet

I am not too deep into the gg enviroment so this probably isn't the most elegant solution.

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

No branches or pull requests

1 participant