dexplo / bar_chart_race

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

How to exclude bars with zero values? #76

Open StepHaze opened 6 months ago

StepHaze commented 6 months ago

Hello, How to exclude bars with zero values from the output file? For example, n_bars=4. The bar D dynamically changes from 15 to 0. I would like to exclude it from the final frame.

Thank you.