dexplo / bar_chart_race

Create animated bar chart races in Python with matplotlib
MIT License
1.36k stars 352 forks source link

Bar labels only show integers but floats #17

Closed tianrenmaogithub closed 4 years ago

tianrenmaogithub commented 4 years ago

Hi. Thank you for developing it. I need to show percentages next to the bars but it only showed integers rather than floats. Can you add an option to change the format? Also, the ticks have no shading color and they will overlie each other when they meet and people can see neither. Can you add shading color so people can see at least one of them? Thank you.

tdpetrou commented 4 years ago

Yes! I made this change in #16. New release coming soon (next week).