dexplo / bar_chart_race

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

Bar was overlapping and just hold the position #48

Closed dongdongju96 closed 3 years ago

dongdongju96 commented 3 years ago

Hello, I have some problem :)

스크린샷 2021-04-16 오후 5 36 49

bcr.bar_chart_race( df=df, orientation='h', sort='desc', n_bars=10, fixed_order=False, fixed_max=True, steps_per_period=4, label_bars=True, bar_size=.55, filter_column_colors=False, figsize=(5,4))

This is my data.

스크린샷 2021-04-16 오후 6 11 23

Bar was overlapping and just hold the position I want to go down when bar number is lower than others. Thanks.

dongdongju96 commented 3 years ago

I found the reason. My input data had Null.