Difference between revisions of "Matplotlib disp spin.out"

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

Revision as of 13:22, 13 March 2014

About

Code

print "helleo"

To run

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

See also