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

geom_pie starting angle and direction #1280

Open
concimuscb opened this issue Jan 10, 2025 · 0 comments
Open

geom_pie starting angle and direction #1280

concimuscb opened this issue Jan 10, 2025 · 0 comments

Comments

@concimuscb
Copy link

Currently the first slice starts at 12 o'clock and extends counter clock-wise. Then the second slice also starts at 12 o'clock but extends clock-wise. The rest of the of the slices then follow the second slice and also extend clock-wise.

This behavior can be observed in the geom_pie docs.

In an ideal world geom_pie receives two additional aesthetics (start and direction) which control at which angle first pie is drawn and in which direction does each slice extend. This would also require fixing the behavior of the first slice extending counter clock-wise while the rest extend clock-wise.

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