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
[Feature Request] Swarm Plot #3421
Comments
|
We plan to support jittering in the future #396, which would allow you to reproduce the screenshot in the tweet you included. (The non-box-plot half is basically a dot plot with jittering.) Note that this is different from the beeswarm-plot in Vega which uses force directed layout though. Since this will be a part of #396, I'll close this issue for now. |
|
@kanitw Is there any chance of having this issue reopened even if it is not in the part of the immediate future (I can also open a new issue if that's easier)? I think bee/swarm/hive plots are very useful since they indicate both distribution shape and the position of individual data points in a single plot (instead of e.g. combining a violinplot with a jittered dot plot). |
|
For reference, I started a related discussion in #8067 with some examples. |
Hi team!
As a data analyst, I would like to be able to create swarm plots using
vega-lite, as they are a nice way to display all the points in a distribution without losing granularity like one would with a histogram. I would eventually want to layer them next to a box plot, as I was inspired by the visualization shared in this tweet.I noticed that regular
vegahas a similar looking plot. https://vega.github.io/vega/examples/beeswarm-plot/Thanks for your consideration!
** Checklist **
swarmin issues )The text was updated successfully, but these errors were encountered: