Thomas Lin Pedersen
Thomas Lin Pedersen
Thanks for the detailed description. There is indeed some weird interactions that prevent you from getting the plot you want and AFAIK the correct approach is to encode the data...
We will move this to the next feature release where the change to using vctrs might provide a fix
Looking into this again, this has little to do with vctrs and more to do with how `RangeDiscrete$train()` works. To fix this we need to attach the levels to the...
While I am not 100% against this, I’m very skeptic and fear that we will end up in a situation where the API clarity is impaired. So while it is...
I think I can accept this if we rename the method to something else. I share @yutannihilation's feelings about having `add_ggplot` and `ggplot_add` as part of the exposed API. A...
If that is the case I vote for closing this and wait it out. @clauswilke and @yutannihilation are you fine with this?
I think this PR is a good candidate for the release after the next (which we are putting final touches on now)
I think there are two things being conflated with "layer specific scales" (at least in my head). The discussion I remember entered around allowing the geom access to the scales...
The reason you are seeing this is that a grouping cannot be made based on a continuous fill. since grouping is resolved before scale transformations are done this 'discreteness' of...
One particular way this could be fixed would be to consult the scales before deriving a default group. Right now the logic only looks at whether the mapped variable is...