Produced plot with correct layout
This commit is contained in:
@@ -212,7 +212,7 @@ def plot_phase_transition(indir, outdir):
|
||||
ax4.set_ylabel(r"$\chi$ $(1/J)$")
|
||||
ax4.legend(title="Lattice size", loc="upper right")
|
||||
|
||||
# ax5.legend()
|
||||
# print(Tc)
|
||||
|
||||
figure1.savefig(Path(outdir, "energy.pdf"), bbox_inches="tight")
|
||||
figure2.savefig(Path(outdir, "magnetization.pdf"), bbox_inches="tight")
|
||||
@@ -228,7 +228,7 @@ def plot_phase_transition(indir, outdir):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
plot_phase_transition_alt(
|
||||
plot_phase_transition(
|
||||
"data/fox/phase_transition/wide/10M/",
|
||||
"latex/images/phase_transition/fox/wide/10M/",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user