nmalkin / plot-likert

Python library to visualize results from Likert scale survey questions
BSD 3-Clause "New" or "Revised" License
102 stars 25 forks source link

Fix bug in percentage plotting #12

Closed charlesbaynham closed 3 years ago

charlesbaynham commented 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.

nmalkin commented 3 years ago

Thank you very much for fixing this!

I've released version 0.3.1 on PyPI with this fix.

charlesbaynham commented 3 years ago

Not at all, thank you for the library!