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

support vec markersize #30

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

Moelf
Copy link

@Moelf Moelf commented Nov 22, 2024

  • support vector markersize
  • add test

fix #29

julia> xs = rand(1:4, 500);

julia> ys = randn(500);

julia> beeswarm(xs, ys; color = xs, markersize=xs.*2)

image

cc. @HelloYanming for spotting lack of this feature in Seaborn

@Moelf
Copy link
Author

Moelf commented Nov 26, 2024

can I get a review 👀 @jkrumbiegel

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

Successfully merging this pull request may close these issues.

markersize for individual column
1 participant