Skip to content

Commit

Permalink
Merge pull request #120 from ICAMS/add_phase_diagram_support
Browse files Browse the repository at this point in the history
fix indentations
  • Loading branch information
srmnitc authored Mar 14, 2024
2 parents e7d8ee1 + e90e62d commit 685594f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions calphy/phase_diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,8 @@ def get_common_tangents(dict_list,
for t, e in zip(tangents, energies):
plt.plot(t, e, color="black", ls="dashed")
plt.ylim(top=0.0)
return np.array(tangents),
np.array(energies),
np.array(tangent_colors),
color_dict

return np.array(tangents), np.array(energies), np.array(tangent_colors), color_dict


def plot_phase_diagram(tangents, temperature,
Expand Down

0 comments on commit 685594f

Please sign in to comment.