MathGroup Archive 1999

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

Search the Archive

Problem Display Format

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16882] Problem Display Format
  • From: Roger Jones <rmj at leland.stanford.edu>
  • Date: Mon, 5 Apr 1999 02:24:22 -0400
  • Organization: Stanford Univ
  • References: <7bnvme$dmt@smc.vnet.net> <7cd2ll$nm9@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

In order to save graphics for inserting in Word97 I use Display as a WMF
and also EPS.  However, both produce similar errors:

(Local) In[9]:=
plt=Plot[Sin[x^2],{x,1,10}];

(Local) In[11]:=
Display["test.wmf",plt,"Metafile"]
Display::pserr:
   PostScript language error:
   error: undefinedfilename, command
      --run--
(Local) Out[11]=
-Graphics-

What is going wrong?

Without specifing a particular format it does work (Display["test", plt] is ok)

-Roger Jones



  • Prev by Date: Re: extracting lhs or rhs of equations
  • Next by Date: Re: Output format of partial derivatives
  • Previous by thread: Re: How to interrupt a running evaluation in MathLink
  • Next by thread: Re: Problem Display Format