MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Histogram omits data points
  • Next by Date: Re: How do you read Mathematica?
  • Previous by thread: Re: Histogram omits data points
  • Next by thread: Re: Problem with AbsoluteOptions and FullGraphics