Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2380 > unrolled thread
| Started by | Bob Hanlon <hanlonr@cox.net> |
|---|---|
| First post | 2011-05-14 07:15 +0000 |
| Last post | 2011-05-14 07:15 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.soft-sys.math.mathematica
Re: Problem with AbsoluteOptions and FullGraphics Bob Hanlon <hanlonr@cox.net> - 2011-05-14 07:15 +0000
| From | Bob Hanlon <hanlonr@cox.net> |
|---|---|
| Date | 2011-05-14 07:15 +0000 |
| Subject | Re: Problem with AbsoluteOptions and FullGraphics |
| Message-ID | <iqla79$a1c$1@smc.vnet.net> |
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@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
Back to top | Article view | comp.soft-sys.math.mathematica
csiph-web