-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Scatter with pointsize #1
Comments
Sorry for taking so long to comment: Do you mean you want individual data points to be sized differently in a single set of data? I haven't personally tried this, but my guess is you might have to pre-filter the data to accomplish this (e.g. begin plot, then plot all points size #1, plot points of size #2... end plot) while modifying the styling between the scatter plot calls. Note also the plot styling is in the process of getting fleshed out more and more upstream in the implot C++ library. |
You should be able to get this behavior by adapting the code here. (It's generally what I described before) Specifically, make a loop that changes marker size via Edit: Note you'll need to be on |
Thanks a lot! |
Thanks for the great package!
Is it possible to add functionality to define the size of scatter points individually?
Or is there a way to archive this with the current package?
The text was updated successfully, but these errors were encountered: