You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When showing two violin plots in the same graph, it is possible to control the size of the gap between them. If changing the plots to show only the positive side, this breaks (the top graph is placed in the wrong location and is clipped).
Thanks for spotting this @orenbenkiki - I've added it to our backlog. Realistically, we're unlikely to get to it any time soon, but if you or someone else would like to put together a pull request, I can try to prioritize review and merge. Cheers - @gvwilson
When showing two violin plots in the same graph, it is possible to control the size of the gap between them. If changing the plots to show only the positive side, this breaks (the top graph is placed in the wrong location and is clipped).
This works:
It shows:
This fails (the only difference is adding
"side":"positive",
to the traces):It shows:
The text was updated successfully, but these errors were encountered: