Re: Problem with AbsoluteOptions and FullGraphics
- To: mathgroup at smc.vnet.net
- Subject: [mg118886] Re: Problem with AbsoluteOptions and FullGraphics
- From: Armand Tamzarian <mike.honeychurch at gmail.com>
- Date: Sat, 14 May 2011 03:08:11 -0400 (EDT)
- References: <iqj15b$rh0$1@smc.vnet.net>
On May 13, 8:28 pm, ADL <alberto.dilu... 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 Some others with better memories than me may respond, but I think the usefulness of those options disappeared with version 6. Something to do with graphics moving from the kernel or something like that??? Mike