dexplo / bar_chart_race

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

findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans. #32

Open luispsa opened 4 years ago

luispsa commented 4 years ago

Hi, I get this issue when I load the example script

findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans. findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans. findfont: Font family ['Helvetica'] not found. Falling back to DejaVu Sans. D:\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) D:\ProgramData\Anaconda3\lib\site-packages\bar_chart_race_make_chart.py:287: UserWarning: FixedFormatter should only be used together with FixedLocator ax.set_xticklabels([max_val] * len(ax.get_xticks()))

I'm using python 3.8.5 and matplotlib 3.3.1

ahmetakil commented 4 years ago

I also get the same error but it doesn't seem to effect anything

luispsa commented 4 years ago

I also get the same error but it doesn't seem to effect anything

yep, the I fixed the FixedFormatter bug downgrading matplotlib to 3.2.2 version