Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bit-Part-Young committed Jan 12, 2024
1 parent f1f6083 commit 46a595e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ def phase_stability_plot():
)

ax.axhline(0.0, linestyle="--", c="k")
ax.set_xticks(x_data, solute_list)

ax.set(
ylim=(-0.5, 5.0),
xlabel="Alloying Elements",
ylabel="$\mathrm{E_{SS}}$ (eV)",
)

ax.set_xticks(x_data, solute_list)
ax.legend(ncols=2, loc="upper left")

figname = "substition_energy_Nb3Si.png"
Expand Down

0 comments on commit 46a595e

Please sign in to comment.