Problem with AbsoluteOptions and FullGraphics
- To: mathgroup at smc.vnet.net
- Subject: [mg118855] Problem with AbsoluteOptions and FullGraphics
- From: ADL <alberto.dilullo at tiscali.it>
- Date: Fri, 13 May 2011 06:27:20 -0400 (EDT)
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