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
>
>
>
- References:
- Is there anyway to save Graphics Output from command line?
- From: Raj <rajanikanth@gmail.com>
- Is there anyway to save Graphics Output from command line?