Open main menu

Changes

Xmgrace

172 bytes added, 11:36, 13 June 2013
== xmgrace ==
[http://ae-www.technion.ac.il/cgi-bin/man.cgi?section=all&topic=grace Program xmgrace program options]
=== Convert to png ===
Then issue an "HARDCOPY" with xmgrace
xmgrace -hardcopy xmgracefile.agr
 
== Batch eps conversion ==
<pre>
bash ;
for epsfile in *.eps; do eps2png -resolution 200 $epsfile; epstopdf $epsfile; echo "Making pdf/png: $epsfile"; done
</pre>
== See also ==
[[Category:External_programs]]
Trusted, Bureaucrats
1,382

edits