MathGroup Archive 1997

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

Search the Archive

Re: Saving graphics as EPS (Mathematica 3.0/HPUX)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg9150] Re: [mg9138] Saving graphics as EPS (Mathematica 3.0/HPUX)
  • From: Kristina Langer <langerk at wl.wpafb.af.mil>
  • Date: Thu, 16 Oct 1997 03:37:52 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Chris, 

I run Mathematica 3.0 on a Win95 PC and have experience similar problems
using the pull-down menus to save graphics.  My solution is to use the
Display[] command to save a graphics called plotname to the .eps file
plot.eps:

Display["plot.eps", plotname, "EPS", ImageSize->n]

(n is the width in points of the saved image - an optional feature, but
nice for generating consistently sized plots.)

Not sure if this will solve your problem on an HP, but it's worth a try.

Kristina

>But my question remains: how do I get Mathematica 3.0 for HPUX to produce
>valid EPS files for graphics?
>
>Thanks.
>-- 
>Chris Goedde
>goedde at cascade.phy.depaul.edu
>


  • Prev by Date: Re: Divergence and Dirac Delta Function
  • Next by Date: Re: Infinite sums
  • Previous by thread: Re: Re: Another Bug in Mathematica 3.0.0 definite integration
  • Next by thread: Re: Saving graphics as EPS (Mathematica 3.0/HPUX)