Difference between revisions of "Matplotlib disp spin.out"

From relax wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
To run
 
To run
 
<source lang="bash">
 
<source lang="bash">
python -i matplotlib.py disp_13_N.out
+
python -i testmatplotlib.py disp_13_N.out
python -i matplotlib.py disp_theta_13_N.out
+
python -i testmatplotlib.py disp_theta_13_N.out
 
</source>
 
</source>
 
== See also ==
 
== See also ==
 
[[Category:Matplotlib]]
 
[[Category:Matplotlib]]

Revision as of 14:22, 13 March 2014

About

Input file

Could look like this

# Experiment_name    Field_strength_(MHz) Tilt_angle_(rad)     R2eff_(measured)     R2eff_(back_calc)    R2eff_errors        
'R1rho'                     799.777399100            -1.530741    9.699126098118711    9.585976725687559    0.027663458874525
'R1rho'                     799.777399100            -1.544277    9.678896177797514    9.526265376687768    0.064301737965685
...

Code

print "helleo"

To run

python -i testmatplotlib.py disp_13_N.out
python -i testmatplotlib.py disp_theta_13_N.out

See also