Skip to content

Commit

Permalink
Limits
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Dec 1, 2024
1 parent ff94426 commit 26340af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/pi-mts-rpc/mts-rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,8 @@ def autocorrelate(x, xbar=None, normalize=True):
ax[1].plot(rpcmts_output["time"], rpcmts_output["kinetic_cv"], "m.", label="RPC-MTS")
ax[1].set_xlabel("t / ps")
ax[1].set_ylabel("K / eV")
ax.set_xlim(0.0, 5.0)
ax[0].set_xlim(0.0, 5.0)
ax[1].set_xlim(0.0, 5.0)
ax[0].legend()

# %%
Expand Down

0 comments on commit 26340af

Please sign in to comment.