aboutsummaryrefslogtreecommitdiffstats
path: root/sens.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-05-24 15:23:00 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-05-24 15:23:00 -0500
commitaccf1ef205f5c84621c873df7705d14df9eb6e60 (patch)
treec1a5fc55c8e9c6d874935fd59c48592dd3c4aacd /sens.py
parentcc4e70ccd0d249fb5585c16d932b52467aaff969 (diff)
downloadGolemFlavor-accf1ef205f5c84621c873df7705d14df9eb6e60.tar.gz
GolemFlavor-accf1ef205f5c84621c873df7705d14df9eb6e60.zip
Thu May 24 15:23:00 CDT 2018
Diffstat (limited to 'sens.py')
-rwxr-xr-xsens.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sens.py b/sens.py
index f8c8b56..5b79d0d 100755
--- a/sens.py
+++ b/sens.py
@@ -357,9 +357,9 @@ def main():
for idx_scen in xrange(len(st_paramset_arr)):
print '|||| SCENARIO = {0}'.format(idx_scen)
outfile = baseoutfile + '_SCEN{0}'.format(idx_scen)
- if idx_scen == 0: label = r'$\mathcal{O}_{12}=\frac{\pi}{4}$'
- elif idx_scen == 1: label = r'$\mathcal{O}_{13}=\frac{\pi}{4}$'
- elif idx_scen == 2: label = r'$\mathcal{O}_{23}=\frac{\pi}{4}$'
+ if idx_scen == 0: label = r'$\mathcal{O}_{12}=\pi/4$'
+ elif idx_scen == 1: label = r'$\mathcal{O}_{13}=\pi/4$'
+ elif idx_scen == 2: label = r'$\mathcal{O}_{23}=\pi/4$'
plot_utils.plot_statistic(
data = data[idx_scen],
outfile = outfile,