Skip to content

Commit

Permalink
Legend!
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Oct 14, 2024
1 parent 09fdacf commit dbaef21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/thermostats/thermostats.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
ax.plot(output_data["time"], output_data["temperature"], "k-", label="All atoms")
ax.set_xlabel(r"$t$ / ps")
ax.set_ylabel(r"$\tilde{T}$ / K")
ax.legend()
plt.show()

# %%
Expand Down

0 comments on commit dbaef21

Please sign in to comment.