Closed charlesbaynham closed 3 years ago
Fix a bug in percentage plotting where, if a label has been hidden by HIDE_EXCESSIVE_TICK_LABELS, the xlabels array will end up resized to be smaller than the xvalues array.
HIDE_EXCESSIVE_TICK_LABELS
xlabels
xvalues
Thank you very much for fixing this!
I've released version 0.3.1 on PyPI with this fix.
Not at all, thank you for the library!
Fix a bug in percentage plotting where, if a label has been hidden by
HIDE_EXCESSIVE_TICK_LABELS
, thexlabels
array will end up resized to be smaller than thexvalues
array.