As an aside, this problem of mismatching x in stacked area chart appear very plotly specific. Both MATLAB and mpl assume the same independent coordinates for all their stacked area "y" arrays. True, that's beca
In principle we could apply the same stacking/overlapping rules we have for bar in both cases... ugly but well-defined. And for case 1, we would just always use the measure from the first trace in a given subplot, to avoid conflicts. jdb78 commented Dec 30, 2019 I like the multiple...