Browse Source

Default font set to cmr10

Carlos Garcia 5 years ago
parent
commit
8533bd4192
1 changed files with 1 additions and 1 deletions
  1. 1 1
      paper_plots.py

+ 1 - 1
paper_plots.py

@@ -38,7 +38,7 @@ def pre_paper_plot(change=True):
 
     plt.rcParams['figure.figsize'] = (8, 3)
     plt.rcParams['font.size'] = 12
-    plt.rcParams['font.family'] = 'Computer Modern'
+    plt.rcParams['font.family'] = 'cmr10'
     plt.rcParams['axes.labelsize'] = 14
     plt.rcParams['axes.titlesize'] = 14
     plt.rcParams['legend.fontsize'] = 10