|
[Date Index]
[Thread Index]
[Author Index]
Re: Printing out mathematica graphics
- To: mathgroup at yoda.physics.unc.edu
- Subject: Re: Printing out mathematica graphics
- From: ags at seaman.cc.purdue.edu (Dave Seaman)
- Date: Thu, 5 Mar 92 10:48:27 EST
Nick Flann, (flann at nick.cs.usu.edu) writes:
>Im using Display["file",graphics] function to generate
>postscript files of graphics for printing. However,
>when the files are sent to a postscript printer, nothing
>is printed.
The resulting file, as you found, is not valid PostScript; it is
missing some header information. You didn't say what system you were
using, but on a NeXT you can use
Display["!psfix >file.ps",graphics]
to produce a valid PostScript file "file.ps". I think the psfix
filter is a standard part of all Unix-based Mathematica
implementations.
Dave Seaman
Prev by Date:
Printing out mathematica graphics
Next by Date:
Re: Printing out mathematica graphics
Previous by thread:
Printing out mathematica graphics
Next by thread:
Re: Printing out mathematica graphics
|