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

Merged
merged 9 commits into from
Jan 27, 2025
Merged

Conversation

Moelf
Copy link
Contributor

@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
Contributor Author

Moelf commented Nov 26, 2024

can I get a review 👀 @jkrumbiegel

@Moelf
Copy link
Contributor Author

Moelf commented Jan 3, 2025

bump

@asinghvi17
Copy link
Member

Thanks!

@asinghvi17 asinghvi17 merged commit 82b20f5 into MakieOrg:main Jan 27, 2025
3 checks passed
@Moelf Moelf deleted the support_vec_markersize branch January 27, 2025 20:28
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
2 participants