diff options
Diffstat (limited to 'plot_llh/make_plots.py')
| -rw-r--r-- | plot_llh/make_plots.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plot_llh/make_plots.py b/plot_llh/make_plots.py index 8cf8318..67df0eb 100644 --- a/plot_llh/make_plots.py +++ b/plot_llh/make_plots.py @@ -7,6 +7,7 @@ sys.path.append('/Users/Teps/Theory') #import anarchy_header as ah sys.path.append('/Users/Teps/Theory/HESE/Carlos') import matplotlib as mpl +mpl.use('Agg') import matplotlib.pyplot as plt from matplotlib import rc, rcParams import MinimalTools as MT |
