MDAnalysis / scipy_proceedings

SciPy conference proceedings: MDAnalysis paper
Other
0 stars 4 forks source link

complete example for RMSF #30

Closed orbeckst closed 8 years ago

orbeckst commented 8 years ago
orbeckst commented 8 years ago

@richardjgowers and @kain88-de , see if that fits after the basics.

kain88-de commented 8 years ago

Looks and reads nice. Much better then my example in #27

kain88-de commented 8 years ago

can we please update the pdf only in the master branch. It will avoid weird binary merge conflicts.

orbeckst commented 8 years ago

Ok, will leave PDF out in the future.

(I just delete the PDF whenever there's a merge conflict and then rebuild during conflict resolution using the merged text. But I am sure it makes GitHub's merge PR unhappy.)

kain88-de commented 8 years ago

There is a typo in your code example. The first np.zeros the s is missing

kain88-de commented 8 years ago

Also the ylabel is wrong. it says RMSD and not RMSF

kain88-de commented 8 years ago

https://gist.github.com/kain88-de/edc3e17e9ee8d8dc6c3a1d8c8af9fa34

I updated the gist. I think you can just use my screenshot from #27 and add an example section for nglview with the same sentence. Then we simply close #27 that should be the easiest.

orbeckst commented 8 years ago

There is a typo in your code example. The first np.zeros the s is missing

Also the ylabel is wrong. it says RMSD and not RMSF

Many thanks. Pushed a fix.