-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Scatterjitter #2872
Scatterjitter #2872
Conversation
I think it would be better to have this as function you can apply to your data rather than a new plot type. E.g. |
could such a function work with AoG? PS: I made something related with Dodge, e.g. |
further, jitter would need access to both |
|
It is still unclear to me how this would work with AoG.jl |
Sorry this kind of slipped my mind. I don't know how this would integrate with AoG. In Makie this would just be something you'd apply to your input before passing it to a plot function. In that sense it should be pretty similar to smoothing with Loess, which AoG seems to have an implementation for. |
ok- then I would have to rewrite it though, to follow the AoG syntax. This is unlikely to happen in the next months, pretty swamped. Here is an example: I could also move the whole recipe to AoG |
This is implemented in https://github.com/asinghvi17/SwarmMakie.jl as an extra algorithm for beeswarm plots :) |
very nice! beautiful :-) |
Description
Fixes MakieOrg/AlgebraOfGraphics.jl#253
Adds weighted-jitter along the density of the distribution
Type of change
Delete options that do not apply:
Checklist