bar_chart_race icon indicating copy to clipboard operation
bar_chart_race copied to clipboard

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

Open luispsa opened this issue 4 years ago • 2 comments

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

luispsa avatar Oct 06 '20 02:10 luispsa

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

ahmetakil avatar Oct 06 '20 13:10 ahmetakil

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

luispsa avatar Oct 06 '20 16:10 luispsa