We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plotting zundel.out:
axs[0].plot(time, (KE - KE[0]), linewidth = 1.5, label = r'$\Delta PE$') axs[0].plot(time, (PE - PE[0]), linewidth = 1.5, label = r'$\Delta KE$')
The text was updated successfully, but these errors were encountered:
Fix zundel example notebook
3fd08e4
Also swap labels to resolve #380
No branches or pull requests
Plotting zundel.out:
The text was updated successfully, but these errors were encountered: