Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2340 > unrolled thread
| Started by | ADL <alberto.dilullo@tiscali.it> |
|---|---|
| First post | 2011-05-13 10:28 +0000 |
| Last post | 2011-05-14 07:13 +0000 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.soft-sys.math.mathematica
Problem with AbsoluteOptions and FullGraphics ADL <alberto.dilullo@tiscali.it> - 2011-05-13 10:28 +0000
Re: Problem with AbsoluteOptions and FullGraphics Peter <petsie@dordos.net> - 2011-05-14 07:12 +0000
Re: Problem with AbsoluteOptions and FullGraphics ADL <alberto.dilullo@tiscali.it> - 2011-05-15 11:05 +0000
Re: Problem with AbsoluteOptions and FullGraphics Armand Tamzarian <mike.honeychurch@gmail.com> - 2011-05-14 07:13 +0000
| From | ADL <alberto.dilullo@tiscali.it> |
|---|---|
| Date | 2011-05-13 10:28 +0000 |
| Subject | Problem with AbsoluteOptions and FullGraphics |
| Message-ID | <iqj15b$rh0$1@smc.vnet.net> |
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
[toc] | [next] | [standalone]
| From | Peter <petsie@dordos.net> |
|---|---|
| Date | 2011-05-14 07:12 +0000 |
| Message-ID | <iqla19$9us$1@smc.vnet.net> |
| In reply to | #2340 |
Am 13.05.2011 12:28, schrieb ADL:
> 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
>
Hi,
hard to find if not known, the documentation states that
"AbsoluteCurrentValue gives the same results as CurrentValue, except
that Automatic, All and related constructs are resolved to absolute values."
And indeed
AbsoluteCurrentValue[g,ImageSize]
gives {350, 350} in this case on my system.
Peter
[toc] | [prev] | [next] | [standalone]
| From | ADL <alberto.dilullo@tiscali.it> |
|---|---|
| Date | 2011-05-15 11:05 +0000 |
| Message-ID | <iqoc1k$m9c$1@smc.vnet.net> |
| In reply to | #2362 |
On 14 Mag, 09:12, Peter <pet...@dordos.net> wrote:
> Am 13.05.2011 12:28, schrieb ADL:
>
> > 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
>
> Hi,
>
> hard to find if not known, the documentation states that
> "AbsoluteCurrentValue gives the same results as CurrentValue, except
> that Automatic, All and related constructs are resolved to absolute values."
>
> And indeed
>
> AbsoluteCurrentValue[g,ImageSize]
>
> gives {350, 350} in this case on my system.
>
> Peter
Dear Peter, thanks for the suggestion, but it still appear to be
unsuccessful:
In[]= AbsoluteCurrentValue[
Plot3D[Sin[x y], {x, 0, 1}, {y, 0, 1}, ImageSize -> {500, 500}],
ImageSize
]
Out[]= {350,350}
(version 8.010)
ADL
[toc] | [prev] | [next] | [standalone]
| From | Armand Tamzarian <mike.honeychurch@gmail.com> |
|---|---|
| Date | 2011-05-14 07:13 +0000 |
| Message-ID | <iqla2j$9vc$1@smc.vnet.net> |
| In reply to | #2340 |
On May 13, 8:28 pm, ADL <alberto.dilu...@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
Some others with better memories than me may respond, but I think the
usefulness of those options disappeared with version 6. Something to
do with graphics moving from the kernel or something like that???
Mike
[toc] | [prev] | [standalone]
Back to top | Article view | comp.soft-sys.math.mathematica
csiph-web