You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to make a seaborn-style 'swarmplot' in Altair? I like being able to see all points for a given category, but I'm not sure how to vary the axis values without losing the categorical labeling.
Is it possible to make a seaborn-style 'swarmplot' in Altair? I like being able to see all points for a given category, but I'm not sure how to vary the axis values without losing the categorical labeling.
The stripplot documented here is close, but I'd like to vary the categorical axis values just enough so that points don't overlap:
https://altair-viz.github.io/gallery/strip_plot.html
https://seaborn.pydata.org/generated/seaborn.swarmplot.html
The text was updated successfully, but these errors were encountered: