-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Setting multiple marker colors on box plot #2308
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
Comments
Oh that description is wrong. Thanks for pointing this out. We don't allow per-point marker settings on |
@etpinard Is there a way to work around this limitation? I have tried mixing |
You should be able to get the desired result using a scatter trace. You'll have to generate your own jitter, as we don't allow jitter settings in scatter traces at the moment (see #299). By looking through https://community.plot.ly/, you might examples that might help you out. |
@etpinard I had trouble mixing scatter and box plots together. I’ve posted the codepens with problem and eventual solution to the community forum. |
A simpler version, where you can highlight several points by the attribute: 'selectedpoints' of box. https://community.plot.ly/t/color-a-group-of-individual-points-in-boxplot/10432 |
Any activity on this front? It seems the "selectedpoints" attribute only allows for one subgroup. |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
According to Plotly’s Javascript documentation, it should be possible to set multiple colors for markers in box plot:
It doesn’t appear to work. Setting
marker.color
to Array results in default color being used, as this codepen demonstrates: https://codepen.io/palimondo/pen/qxEaKoThe text was updated successfully, but these errors were encountered: