Open main menu

Changes

Xmgrace

176 bytes added, 14:05, 13 June 2013
[http://ae-www.technion.ac.il/cgi-bin/man.cgi?section=all&topic=grace xmgrace program options]
== = Manually Convert to png /eps for one xmgrace file===
Add this to the end of the xmgrace file
For PNG
<pre>
#Print out to
#@DEVICE "PNG" OP "transparent:on"
@DEVICE "PNG" OP "compression:9"
@PRINT
</pre>
 
For EPS
<pre>
#Print out to
@PRINT TO "/sbinlab2/tlinnet/output.eps"
@HARDCOPY DEVICE "EPS"
@DEVICE "EPS" OP "level2"
@PRINT
</pre>