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 · 2 comments
Open

geom_pie starting angle and direction #1280

concimuscb opened this issue Jan 10, 2025 · 2 comments
Labels
Milestone

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.

@alshan
Copy link
Collaborator

alshan commented Jan 13, 2025

two additional aesthetics (start and direction)

Parameters start and direction seem like reasonable additions, but why should they be aesthetics rather than regular parameters?

@alshan alshan added this to the 2025Q1 milestone Jan 13, 2025
@alshan alshan added the * label Jan 13, 2025
@concimuscb
Copy link
Author

Mistake on my side, parameters are much more reasonable.

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

No branches or pull requests

2 participants