mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 07:28:02 +00:00
Correct limits
This commit is contained in:
parent
616b903aec
commit
369438f881
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,7 @@ def plot_summed_overlap(nsim0):
|
|||
plt.colorbar(label="Counts in bins")
|
||||
plt.xlabel(r"$M_{\rm tot} / M_\odot$")
|
||||
plt.ylabel(r"$\langle \mathcal{O}_{a}^{\mathcal{A} \mathcal{B}} \rangle_{\mathcal{B}}$") # noqa
|
||||
plt.ylim(0., 1.)
|
||||
|
||||
plt.tight_layout()
|
||||
for ext in ["png", "pdf"]:
|
||||
|
@ -110,6 +111,7 @@ def plot_summed_overlap(nsim0):
|
|||
plt.colorbar(label="Counts in bins")
|
||||
plt.xlabel(r"$M_{\rm tot} / M_\odot$")
|
||||
plt.ylabel(r"$\delta \left( \mathcal{O}_{a}^{\mathcal{A} \mathcal{B}} \right)_{\mathcal{B}}$") # noqa
|
||||
plt.ylim(0., 1.)
|
||||
plt.tight_layout()
|
||||
|
||||
for ext in ["png", "pdf"]:
|
||||
|
|
Loading…
Reference in a new issue