Skip to content

Commit

Permalink
Update gd_fig_engel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
luna983 authored Oct 6, 2020
1 parent 5d7a040 commit ab2994a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gd_fig_engel.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import statsmodels.api as sm
import statsmodels.formula.api as smf
import seaborn as sns
import matplotlib
import matplotlib.pyplot as plt
import scipy.spatial
from skmisc.loess import loess
Expand All @@ -14,6 +15,7 @@


np.random.seed(0)
matplotlib.rc('pdf', fonttype=42)
sns.set(style='ticks', font='Helvetica', font_scale=1)


Expand Down

0 comments on commit ab2994a

Please sign in to comment.