diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-09 20:13:23 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-09 20:13:23 +0100 |
| commit | bc07035994fa8630ea6ef14fea87287330851244 (patch) | |
| tree | 1026a9074fef4464b6af93ba2efe07530bcf2225 /plot_llh/make_plots.py | |
| parent | 5e4ed5a6f8935d71049a521d5efcc2c09a633e3e (diff) | |
| download | GolemFlavor-bc07035994fa8630ea6ef14fea87287330851244.tar.gz GolemFlavor-bc07035994fa8630ea6ef14fea87287330851244.zip | |
one sigma for triangle plot
Diffstat (limited to 'plot_llh/make_plots.py')
| -rw-r--r-- | plot_llh/make_plots.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plot_llh/make_plots.py b/plot_llh/make_plots.py index 9216396..8cf8318 100644 --- a/plot_llh/make_plots.py +++ b/plot_llh/make_plots.py @@ -76,7 +76,7 @@ for i in range(len(sys.argv)-1): figure = LVCPT.MakeFlavorTriangle(flavor_list, divisions = 5, save_file=True, filename = filename + "_hist", icolor = "g", icolormap = colors_schemes[i], triangle_collection=triangle_collection, figure = figure, alpha = 0.8, - initial_flavor_ratio = [0,1,0], subdivisions = True, color_scale = "lin", + initial_flavor_ratio = [0,1,0], subdivisions = True, color_scale = "log", output_format = output_format, inner_line_color ="silver",add_default_text = False, plot_color_bar =True) @@ -84,7 +84,7 @@ for i in range(len(sys.argv)-1): figure = LVCPT.MakeFlavorTriangle(flavor_list, divisions = 5, save_file=True, filename = filename + "_hist", icolor = "g", icolormap = colors_schemes[i], triangle_collection=triangle_collection, alpha = 0.8, - initial_flavor_ratio = [0,1,0], subdivisions = True, color_scale = "lin", + initial_flavor_ratio = [0,1,0], subdivisions = True, color_scale = "log", output_format = output_format, inner_line_color = "silver",add_default_text = False, plot_color_bar =True) |
