aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/chi24
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/chi2 b/utils/chi2
index 26fbf59..388b2fc 100755
--- a/utils/chi2
+++ b/utils/chi2
@@ -567,7 +567,7 @@ if __name__ == '__main__':
plt.subplot(2,3,5)
elif id == 2222:
plt.subplot(2,3,6)
- plt.hist(p_values[id],bins=np.linspace(0,1,101),histtype='step')
+ plt.hist(p_values[id],bins=np.linspace(0,1,11),histtype='step')
plt.title('$' + ''.join([particle_id[int(''.join(x))] for x in grouper(str(id),2)]) + '$')
despine(fig,trim=True)
plt.tight_layout()
@@ -590,7 +590,7 @@ if __name__ == '__main__':
plt.subplot(2,3,5)
elif id == 2222:
plt.subplot(2,3,6)
- plt.hist(p_values_atm[id],bins=np.linspace(0,1,101),histtype='step')
+ plt.hist(p_values_atm[id],bins=np.linspace(0,1,11),histtype='step')
plt.title('$' + ''.join([particle_id[int(''.join(x))] for x in grouper(str(id),2)]) + '$')
despine(fig,trim=True)
plt.tight_layout()