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

If two transforms are applied to one column, the results can be unexpected #100

Open
rdboyes opened this issue Apr 30, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@rdboyes
Copy link
Member

rdboyes commented Apr 30, 2024

Describe how it works in R's ggplot2
Any number of functions can be applied to an aes column reference, and these do not conflict with the default operations that the geom uses.

Currently, new AesTransforms will overwrite the default AesTransforms, leading to unexpected behaviour.

@rdboyes rdboyes added the enhancement New feature or request label Apr 30, 2024
@rdboyes rdboyes self-assigned this Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant