Added theme and labels back into python scripts

This commit is contained in:
Janita Willumsen
2023-12-04 15:09:37 +01:00
parent 08a6b32adb
commit 90047decb4
32 changed files with 136 additions and 53 deletions

View File

@@ -40,7 +40,7 @@ def plot(infile, outfile):
ec="white",
lw=0.2,
)
ax1.set_xlabel(r"$\epsilon$")
ax1.set_xlabel(r"$\epsilon$ $(J)$")
ax1.set_ylabel("Density")
mu, sigma = np.mean(eps), np.std(eps)