Skip to content

Commit a916aba

Browse files
author
github-actions
committed
rebuilt html docs for version 2.11.0-dev0 from branch develop with sphinx at 12dcfc3
1 parent 6921353 commit a916aba

File tree

638 files changed

+135347
-583
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

638 files changed

+135347
-583
lines changed

2.11.0-dev0/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
userguide.mdanalysis.org
59.3 KB
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import matplotlib.pyplot as plt
2+
import MDAnalysis as mda
3+
from MDAnalysisTests.datafiles import AUX_EDR
4+
aux = mda.auxiliary.EDR.EDRReader(AUX_EDR)
5+
temp = aux.get_data("Temperature")
6+
plt.plot(temp["Time"], temp["Temperature"])
7+
plt.ylabel("Temperature [K]")
8+
plt.xlabel("Time [ps]")
9+
plt.show()
Binary file not shown.
17.2 KB
3.18 MB
4.21 MB
299 KB
254 KB
280 KB

0 commit comments

Comments
 (0)