'bar_chart_race shows warning about fixedlocator ? how to solve it

when I use bar_chart_race, it shows this waring: how to solve it since inside there is no parameter on the set_yticklabels?

C:\ProgramData\Anaconda3\lib\site-packages\bar_chart_race_make_chart.py:286: UserWarning: FixedFormatter should only be used together with FixedLocator ax.set_yticklabels(self.df_values.columns)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source