Re: Newby: filing graphics in MMA-WIN
- To: mathgroup at smc.vnet.net
- Subject: [mg4584] Re: Newby: filing graphics in MMA-WIN
- From: vvs124 at rsphy1.anu.edu.au (Victoria Steblina)
- Date: Fri, 16 Aug 1996 05:15:14 -0400
- Organization: Optical Sciences Centre, ANU
- Sender: owner-wri-mathgroup at wolfram.com
In article <4tphch$kl3 at dragonfly.wolfram.com> Fokko Jan Dijksterhuis
writes:
>I'm using Mathematica for Windows, version 2.1 (i think) and I want to
>file the postscript output to a real postscript file without the trouble
>of copying it to the clipboard and pasting it in another application.
For a unix Front End a PostScript image can be obtained
as follows:
Display["!psfix -epsf > file.eps", mathematica_graphics]. Say,
In[1] := graph = Plot[Sin[x], {x, 0, 3 Pi//N}]
In[2] := Display["!psfix -epsf > sin.eps", graph]
Cheers
Vicki
_________________________________________________________________
Victoria Steblina
vvs124 at rsphy1.anu.edu.au
Optical Sciences Centre
Australian National University
==== [MESSAGE SEPARATOR] ====