Re: Errors evaluating InputForm[graphic]
- To: mathgroup at smc.vnet.net
- Subject: [mg46807] Re: Errors evaluating InputForm[graphic]
- From: deo6 at prodigy.net (David O'Gorman)
- Date: Tue, 9 Mar 2004 04:30:49 -0500 (EST)
- References: <c1alqi$3nl$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> I agree being able to use a graphic without recomputing it is very useful. But it seems to me you are making things quite difficult for your self. If I use the example you give above and later decide I should have assigned the output to a symbol so as to be easy to re-use, all I need do is > > pic=%n > > where n is the number of the output cell containing the graphic. Then Show[pic] reproduces the same graphic without recomputing it. What if the graphic is generated in a previous kernal session? -David