|
[Date Index]
[Thread Index]
[Author Index]
Re: Is there anyway to save Graphics Output from command
- To: mathgroup at smc.vnet.net
- Subject: [mg82482] Re: Is there anyway to save Graphics Output from command
- From: Gernot Pfanner <pfannerg at no-email-reply.at>
- Date: Sun, 21 Oct 2007 05:12:11 -0400 (EDT)
- References: <200710200956.FAA28933@smc.vnet.net> <ffedbb$bif$1@smc.vnet.net>
Hi!
> Save["path_to_someplace/myplot.m",myplot];
If your problem is about visualizing the results of a lengthy calculation,
you're better off with saving these results (e.g.
Save["path_to_someplace/myresult.m",myresult]). Then you load the
corresponding definitions locally and do the Graphics.
In this spirit
Yours Gernot
Prev by Date:
Re: Re: Integer Points on elliptic curve
Next by Date:
Satellite Visualization!
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?
|