Skip to content

Commit 2709f29

Browse files
committed
update plotting config
1 parent 3fc6c70 commit 2709f29

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

plotting/PlottingConfig.yaml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ GetPostfitParamPlots:
5959
"Cross_Section",
6060
"Detector_Systematic",
6161
"Osc_Mixing_Angles",
62-
"Osc_Mass_Splitting",
63-
"Experiment_Setup"
64-
]
62+
"Osc_Mass_Splitting"
63+
]
6564

6665
## define the groups of parameters, should go <block name>: [<plot title>, [<ylim low>, <ylim up>], ["ParamName1", "ParamName2" ...]
6766
Cross_Section: ["Cross Section", [-1.5, 2.0],
@@ -88,16 +87,9 @@ GetPostfitParamPlots:
8887
]
8988
]
9089

91-
Osc_Mass_Splitting: ["Oscillations - Mass Splitting", [0.0, 1.0],
92-
[
93-
"delm2_12",
94-
"delm2_23",
95-
]
96-
]
97-
98-
Experiment_Setup: ["Experimental Setup", [0.0, 1.0],
90+
Osc_Mass_Splitting: ["Oscillations - Mass Splitting", [-0.02, 0.02],
9991
[
100-
"baseline",
101-
"density",
92+
"delm2_12",
93+
"delm2_23",
10294
]
10395
]

0 commit comments

Comments
 (0)