Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rmatsum836/475f52667a5a31fcca503fe581a3c11f to your computer and use it in GitHub Desktop.
Save rmatsum836/475f52667a5a31fcca503fe581a3c11f to your computer and use it in GitHub Desktop.
import matplotlib.pyplot as plt
data = read_xvg("name_of_file.xvg")
plt.plot(data[:,0], data[:,1])
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment