diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-22 08:16:43 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-22 08:16:43 -0500 |
| commit | ca0ec62f2af59784b0ff2782037807b715b1a77b (patch) | |
| tree | 532c34570f981c7717b40be127f0fa451a91986b /plot_sens.py | |
| parent | 47f607d6f9fba07f74fd635eabc4856cf0e2d351 (diff) | |
| download | GolemFlavor-ca0ec62f2af59784b0ff2782037807b715b1a77b.tar.gz GolemFlavor-ca0ec62f2af59784b0ff2782037807b715b1a77b.zip | |
Tue May 22 08:16:43 CDT 2018
Diffstat (limited to 'plot_sens.py')
| -rwxr-xr-x | plot_sens.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plot_sens.py b/plot_sens.py index 3d1181a..6b82ebc 100755 --- a/plot_sens.py +++ b/plot_sens.py @@ -29,18 +29,6 @@ from utils.param import Param, ParamSet, get_paramsets from utils import multinest as mn_utils -import matplotlib as mpl -print mpl.rcParams.keys() -mpl.rcParams['text.usetex'] = True -# mpl.rcParams['text.latex.unicode'] = True -# mpl.rcParams['text.latex.preamble'] = r'\usepackage{cmbright}' -mpl.rcParams['font.family'] = 'sans-serif' -# mpl.rcParams['font.sans-serif'] = 'DejaVu Sans' -# mpl.rcParams['mathtext.fontset'] = 'stixsans' -# mpl.rcParams['mathtext.rm'] = 'DejaVu Sans' -# mpl.rcParams['mathtext.it'] = 'DejaVu Sans:italic' -# mpl.rcParams['mathtext.bf'] = 'DejaVu Sans:bold' - def define_nuisance(): """Define the nuisance parameters.""" |
