MathGroup Archive 2007

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

Search the Archive

Re: Is there anyway to save Graphics Output from command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82469] Re: [mg82446] Is there anyway to save Graphics Output from command
  • From: "W. Craig Carter" <ccarter at mit.edu>
  • Date: Sat, 20 Oct 2007 22:18:34 -0400 (EDT)
  • References: <200710200956.FAA28933@smc.vnet.net>

Dear Raj,
myplot = Plot[x,{x,0,1}];
Save["path_to_someplace/myplot.m",myplot];

the directory structures, i.e., path may vary depending on 
the operating system: see Directory[]

W. Craig Carter
Professor of Materials Science and Engineering
MIT, Dept. of Materials Science and Engineering 13-5018  77 Massachusetts Ave, Cambridge, MA 02139-4307 USA

> Date: Sat, 20 Oct 2007 05:56:54 -0400 (EDT)
> From: Raj <rajanikanth at gmail.com>
> To: mathgroup at smc.vnet.net
> Subject: [mg82446] Is there anyway to save Graphics Output from command line?
> 
> hi
>
> Is there anyway to save Graphics Output when Mathematica is run from
> command line?
>
> Thanks,
>
> Raj
>
>
>


  • Prev by Date: Re: Re: WebMathematica and 6.0 problems
  • Next by Date: Re: Problem showing a column object beside a graph using GraphicsGrid
  • Previous by thread: RE: Is there anyway to save Graphics Output from command line?
  • Next by thread: Re: Is there anyway to save Graphics Output from command line?