Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2380
| From | Bob Hanlon <hanlonr@cox.net> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: Problem with AbsoluteOptions and FullGraphics |
| Date | 2011-05-14 07:15 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <iqla79$a1c$1@smc.vnet.net> (permalink) |
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 comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: Problem with AbsoluteOptions and FullGraphics Bob Hanlon <hanlonr@cox.net> - 2011-05-14 07:15 +0000
csiph-web