dexplo / bar_chart_race

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

Outside axis labels are slightly blury and look different from labels within the axis. #41

Closed slyuber closed 3 years ago

slyuber commented 3 years ago

Hey Guys!

First off, thank you so much for all the work you've put in to this great tool! Issue is basically described in the subject. The axis labels of all my plots are coming out a bit blurry.

Nothing crazy going on code wise, but here is the setup causing the issue:

bcr.bar_chart_race(df=plot_df, fixed_max= True, n_bars=8, period_length=1000, dpi = 300, period_fmt='Year: {x:.0f}', title = "Popularity of Bachelor Degrees in the US from 1970 to 2017", tick_label_size=9, perpendicular_bar_func='mean', cmap='set3', filter_column_colors=True, )