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_area_ridges: support variadic color #1087

Open
ASmirnov-HORIS opened this issue Apr 26, 2024 · 0 comments
Open

geom_area_ridges: support variadic color #1087

ASmirnov-HORIS opened this issue Apr 26, 2024 · 0 comments
Milestone

Comments

@ASmirnov-HORIS
Copy link
Collaborator

Example:

data = {
    'x': [0, 0, 1, 0, 1, 1],
    'g': ['a'] * 3 + ['b'] * 3,
}
ggplot(data, aes('x', 'g')) + geom_area_ridges(aes(color='..y..'), size=2)

Output:

Expected:

@alshan alshan added this to the New milestone Apr 26, 2024
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

2 participants