bar_chart_race icon indicating copy to clipboard operation
bar_chart_race copied to clipboard

Create animated bar chart races in Python with matplotlib

Results 51 bar_chart_race issues
Sort by recently updated
recently updated
newest added

The graph only display full length bar for positive sums data. My issue is that I have negative sum date that goes to -20,-40. Like stock market cumsum returns. Is...

The graph only display full length bar for positive sums data. My issue is that I have negative sum date that goes to -20,-40. Like stock market cumsum returns. Is...

The **line_chart_race** gives me a ValueError: Invalid format string for any dataset

Even when specifying shared_fontdict to use a font that supports Japanese characters, they do not appear in the animation and bar_chart_race throws a "Glyph missing from current font" UserWarning

Allow customized logos for each bar and embedded logo in the bar.

I presume that bar_chart_race changes width of a video based on labels length. I have a huge DataFrame and some labels don't even show up on the chart and what...

Hello all, can anyone tell me how to save the race in plotly, like the second graph on https://www.dexplo.org/bar_chart_race/ with title "COVID-19 Bar Chart Race with Plotly" and Play and...

Fixed a typo where "ffmpeg" was spelt "ffmepg"

Love this package! For a presentation I need to remove the actual values on the x-axis. How do I best achive this? EDIT: upgraded to latest using the pip install...

Hi, is there a way to change the number format in X-axis?, in my country the comma is used as decimal separator, I tried to fix this with the import...