Closed walterxie closed 7 years ago
} else if (binSize > 1) {
// getMinorTickSpacing() returns 1.25, if the min integer slightly bigger than 0
binSize = 0.5;
binCount = (int) ((axis.getMaxAxis() - axis.getMinAxis()) / binSize) + 2;
}
It seems the start of bins messed up all bars, and some bars were added together.
Wrong plot:
Correct plot: