TidierOrg / TidierPlots.jl

Tidier data visualization in Julia, modeled after the ggplot2 R package.
MIT License
196 stars 7 forks source link

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

Open rdboyes opened 2 months ago

rdboyes commented 2 months ago

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.