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
And sometimes it automatically offsets one of the traces (presumably via the edge-avoidance algo though I'm a bit surprised that this would be so unstable):
And in fact sometimes your non-working example does this and "sort of works":
I say "sort of works" because this is still not the outcome we want. Yes, the orange trace gets stacked on the blue, but the bin width used for the orange trace is not what's displayed as the bar widths.
I think in the end this may be the same as #50 - currently our oldest open bug! 🏆 So I'm pretty sure this is not a regression, just a hazard of using random in a bug report!
It seems that stacked hists aren't stacking correctly when the traces have different sample sizes.
Example: https://codepen.io/plotly/pen/owPQqg
Working Example: https://codepen.io/plotly/pen/BzqwbE
(noticed this recently in the python doc example and I think it worked at some point despite different sample sizes).
The text was updated successfully, but these errors were encountered: