Skip to content

Commit

Permalink
don't use non-system font 'Gravity'; fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Mar 4, 2021
1 parent 3674367 commit f6fe29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastf1/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def _enable_fastf1_color_scheme():
plt.rcParams['axes.facecolor'] = '#1e1c1b'
# plt.rcParams['axes.facecolor'] = '#292625'
plt.rcParams['axes.titlesize'] = 'x-large'
plt.rcParams['font.family'] = 'Gravity'
# plt.rcParams['font.family'] = 'Gravity'
plt.rcParams['font.weight'] = 'medium'
plt.rcParams['text.color'] = '#F1F1F3'
plt.rcParams['axes.titlesize'] = '19'
Expand Down

0 comments on commit f6fe29b

Please sign in to comment.