Difference between revisions of "Relax disp.spin lock offset+field figure"

From relax wiki
Jump to navigation Jump to search
(Using the {{lowercase title}} template.)
(→‎Script to produce figure: Using the {{collapsible script}} template.)
Line 12: Line 12:
  
 
== Script to produce figure ==
 
== Script to produce figure ==
<source lang="python">
+
 
 +
{{collapsible script
 +
| type  = Python script
 +
| title  = Reproduce figure 1 of Palmer and Massi, 2006 using matplotlib.
 +
| lang   = python
 +
| script =
 
#############
 
#############
 
# Made by Troels E. Linnet
 
# Made by Troels E. Linnet
Line 295: Line 300:
 
fig.canvas.mpl_connect('button_release_event', update_position)
 
fig.canvas.mpl_connect('button_release_event', update_position)
 
plt.show()
 
plt.show()
</source>
+
}}

Revision as of 09:32, 22 October 2015


Reference to original figure

Comparing to Figure 1 and 10 the reference.

Palmer, A.G. & Massi, F. (2006). Characterization of the dynamics of biomacromolecules using rotating-frame spin relaxation NMR spectroscopy. Chem. Rev. 106, 1700-1719 

DOI

Try to reproduce Figure 1.

Script to produce figure