Frame and AbsoluteOptions
- To: mathgroup at smc.vnet.net
- Subject: [mg112838] Frame and AbsoluteOptions
- From: István Zachar <zac at freemail.hu>
- Date: Sun, 3 Oct 2010 03:37:04 -0400 (EDT)
Dear Group, is this behaviour known? Is it intended? Why AbsoluteOptions return error message of Axes, when Axes option wasn't even used explicitely? Why does AbsoluteOptions return wrong values for Frames when Options can return correct values? In[1]:= p = Plot[x, {x, 1, 10}, Frame -> {{True, False}, {True, False}}]; Frame /. Options@p Out[2]= {{True, False}, {True, False}} In[3]:= Frame /. AbsoluteOptions@p During evaluation of In[3]:= Axes::axes: {{True,False},{True,False}} is not a valid axis specification. >> During evaluation of In[3]:= Axes::axes: {{True,False},{True,False}} is not a valid axis specification. >> During evaluation of In[3]:= Axes::axes: {{True,False},{True,False}} is not a valid axis specification. >> During evaluation of In[3]:= General::stop: Further output of Axes::axes will be suppressed during this calculation. >> Out[3]= {False, False, False, False}