Re: Is there anyway to save Graphics Output from command line?
- To: mathgroup at smc.vnet.net
- Subject: [mg82472] Re: [mg82446] Is there anyway to save Graphics Output from command line?
- From: "Rajanikanth Jammalamadaka" <rajanikanth at gmail.com>
- Date: Sat, 20 Oct 2007 22:20:07 -0400 (EDT)
- References: <200710200956.FAA28933@smc.vnet.net>
Dear Prof. Carter, Thanks for your reply. However, it seems by saving in this format, the file cannot be read by general programs(I mean it saves it in a format which can be read by Mathematica only). Thanks, Raj On 10/20/07, W. Craig Carter <ccarter at mit.edu> wrote: > > 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 > 617-253-6048 ccarter at mit.edu http://pruffle.mit.edu/~ccarter http://pruffle.mit.edu/~ccarter/FAQS/ http://pruffle.mit.edu/~ccarter/I_do_not_use_microsoft.html > > On Sat, 20 Oct 2007, Raj wrote: > > > 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 > > > > > > > -- "For him who has conquered the mind, the mind is the best of friends; but for one who has failed to do so, his very mind will be the greatest enemy." Rajanikanth
- 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?