Skip to content
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

add orientation option to beeswarm (like in quasirandom) #92

Open
AaronRendahl opened this issue Nov 28, 2023 · 0 comments
Open

add orientation option to beeswarm (like in quasirandom) #92

AaronRendahl opened this issue Nov 28, 2023 · 0 comments

Comments

@AaronRendahl
Copy link

With the new code that automatically chooses the direction to group on, groupOnX was deprecated, however, there are still some use cases for which the direction is not chosen properly. quasirandom has a new "orientation" option to allow the user to fix this, and beeswarm should have it too.

My particular use case is for logistic regression, where I like to plot both the points and the fitted line. To plot the fitted line, one must use 0/1 as the response, however, then both axes have numeric variables and the choosing code picks the horizontal axis, not the vertical axis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant