MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Saving in EPS Format

  • To: mathgroup at smc.vnet.net
  • Subject: [mg20823] Re: Saving in EPS Format
  • From: "Carl T. Bergstrom" <cbergst at emory.edu>
  • Date: Wed, 17 Nov 1999 03:40:38 -0500 (EST)
  • Organization: Emory University
  • References: <80qv8i$kua@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

On 16 Nov 1999, Brien Alkire wrote:

> I'm new to Mathematica.  I generated a plot that I'd like to save as an
> EPS file and import into my LaTeX document.  I click the plot and choose
> "Edit\Save Selection As\EPS".  When I try to view the resulting eps file
> it appears blank (both in Ghost View and in my DVI file).  Bitmap
> appears to work but I need an EPS file.  Any ideas what's wrong?

Brien,

Try writing the EPS file directly using the Display command.

E.g.,

pic = Plot3D[Exp[-(x^2 + y^2)], {x, -2, 2}, {y, -2, 2}];
Display["picture.eps",pic,"EPS"];

Best regards,
Carl




  • Prev by Date: Spell Checking in Version 4
  • Next by Date: Q: smooth 3Dplot with big mesh
  • Previous by thread: Spell Checking in Version 4
  • Next by thread: Re: Saving in EPS Format