Added theme and labels back into python scripts
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user