Re: Problem with AbsoluteOptions and FullGraphics
- To: mathgroup at smc.vnet.net
- Subject: [mg118900] Re: Problem with AbsoluteOptions and FullGraphics
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sat, 14 May 2011 03:10:44 -0400 (EDT)
Not sure what you were expecting. Perhaps you intended
FullGraphics[g] // InputForm
or just enter g to see the plot.
Bob Hanlon
---- ADL <alberto.dilullo at tiscali.it> wrote:
=============
I am perplexed by this behavior:
g = Plot3D[Sin[x y], {x, 0, 1}, {y, 0, 1}];
In[]:= AbsoluteOptions[g, ImageSize]
Out[]= {ImageSize->Automatic}
In[]:= FullGraphics[g]
Out[]= FullGraphics[...]
Is there any reason why the above should not work as expected?
(Version 8.010)
ADL