MathGroup Archive 2002

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

Search the Archive

Re: Copying/Exporting graphics to other applications

  • To: mathgroup at smc.vnet.net
  • Subject: [mg38164] Re: Copying/Exporting graphics to other applications
  • From: Andreas Stahel <sha at hta-bi.bfh.ch>
  • Date: Wed, 4 Dec 2002 03:24:35 -0500 (EST)
  • References: <asi0fb$epg$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Gary McClelland <gary.mcclelland at colorado.edu> writes:

> I'm trying to copy/export graphics from Mathematica to other apps such as MS Word or
> PowerPoint.  Graphs print great directly from Mathematica (correctly rotates the

Try

result=Plot[Sin[x],{x,0,20}];
Display["graph.gif", result, "GIF", ImageSize -> {500, 400}];

and the look at the GIF file graph.gif.
Many more formats and options are possible, scan the doc for Display[]
and Export[]

Hope this is helpful

Andreas
===========================================================================
Andreas Stahel       E-Mail: Andreas.Stahel at hta-bi.bfh.ch
Mathematics, HTA     Phone: ++41 +32 32 16 258
Quellgasse 21        Fax:   ++41 +32 321 500
CH-2501 Biel         WWW:   www.hta-bi.bfh.ch/~sha
Switzerland


  • Prev by Date: Re: Stereograms in Mathematica
  • Next by Date: Re: Re: Simplification ?
  • Previous by thread: Copying/Exporting graphics to other applications
  • Next by thread: RE: Copying/Exporting graphics to other applications