diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-09-06 16:23:59 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-09-06 16:23:59 -0500 |
| commit | 73cffc2bd330761d796cb30726cf83d3f336d5a9 (patch) | |
| tree | b7241f422014f6930c4fa9d8c1cb84d2fb2ff018 /utils/plot.py | |
| parent | 639686cde9e43b4ad18f9b56960da3f5e8c697dd (diff) | |
| download | GolemFlavor-73cffc2bd330761d796cb30726cf83d3f336d5a9.tar.gz GolemFlavor-73cffc2bd330761d796cb30726cf83d3f336d5a9.zip | |
Thu 6 Sep 16:23:59 CDT 2018
Diffstat (limited to 'utils/plot.py')
| -rw-r--r-- | utils/plot.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/plot.py b/utils/plot.py index 7a82f2b..43cc989 100644 --- a/utils/plot.py +++ b/utils/plot.py @@ -31,7 +31,7 @@ from getdist import plots, mcsamples from utils import misc as misc_utils from utils.enums import DataType, EnergyDependance -from utils.enums import Likelihood, ParamTag, StatCateg +from utils.enums import Likelihood, MixingScenario, ParamTag, StatCateg from utils.fr import angles_to_u, angles_to_fr plt.style.use(os.environ['GOLEMSOURCEPATH']+'/GolemFit/scripts/paper/paper.mplstyle') @@ -228,7 +228,7 @@ def chainer_plot(infile, outfile, outformat, args, llh_paramset): trns_ranges = np.array(ranges)[nu_index,].tolist() trns_axes_labels = np.array(axes_labels)[nu_index,].tolist() - if not args.fix_mixing: + if args.fix_mixing is not MixingScenario.NONE: trns_axes_labels += \ [r'\mid \tilde{U}_{e1} \mid' , r'\mid \tilde{U}_{e2} \mid' , r'\mid \tilde{U}_{e3} \mid' , \ r'\mid \tilde{U}_{\mu1} \mid' , r'\mid \tilde{U}_{\mu2} \mid' , r'\mid \tilde{U}_{\mu3} \mid' , \ |
