Hi,
I am trying to build a stacked histogram with two plots. But the plots are broken depending on:
stacked ignores zero=true|false
hist={handler/.style={ycomb|ybar interval|const plot}
if stacked ignores zero=true, I only found ycomb to work as style for both histograms;
if stacked ignores zero=false:
plot1: ybar interval, plot2: const plot works
plot1: ybar interval, plot2: ybar interval doesn't work
but if nodes near coords is set, the numbers are displayed at the correct positions, only the charts are broken.
Attached are some examples and the with xelatex generated pdf.
In the third picture:
the fourth red bar from the left, should end where it starts, and it ends at the same hight as blue bar to its right. But the fifthe red bar should not be there at all, as there is no number displayed for this bar.
cheers
This is affecting me as well. I just updated to 1.13, and error persist. See my post here.