From e0b8d804b294c38f3e8d6e75ceb227378ec6c37c Mon Sep 17 00:00:00 2001 From: shivesh Date: Sun, 14 Apr 2019 12:25:09 -0500 Subject: Sun 14 Apr 12:25:09 CDT 2019 --- fig2.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'fig2.py') diff --git a/fig2.py b/fig2.py index e60c987..61e9c27 100755 --- a/fig2.py +++ b/fig2.py @@ -99,7 +99,7 @@ def main(): n_params = len(paramset) print n_params - chains = np.load('/data/user/smandalia/flavour_ratio/data/contour_emcee/golemfit/real/_GOLEMFIT_REAL_emcee_.npy') + chains = np.load('/data/user/smandalia/flavour_ratio/data/contour/contour_REAL.npy') # chains = np.load('/data/user/smandalia/flavour_ratio/data/contour_emcee/golemfit/real/more_sys_flat/_GOLEMFIT_REAL_emcee_.npy') print chains @@ -110,9 +110,11 @@ def main(): nbins = 25 + ax_labels = [r'$f_{e}$', r'$f_{\mu}$', r'$f_{\tau}$'] + fig = plt.figure(figsize=(8, 8)) ax = fig.add_subplot(111) - tax = plot_utils.get_tax(ax, scale=nbins) + tax = plot_utils.get_tax(ax, scale=nbins, ax_labels=ax_labels) plot_utils.flavour_contour( frs = flavour_ratios, -- cgit v1.2.3