Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #16797 > unrolled thread
| Started by | Alexei Boulbitch <Alexei.Boulbitch@iee.lu> |
|---|---|
| First post | 2014-04-14 09:28 +0000 |
| Last post | 2014-04-18 05:47 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.soft-sys.math.mathematica
Re: SequenceForm for graphics Alexei Boulbitch <Alexei.Boulbitch@iee.lu> - 2014-04-14 09:28 +0000
Re: SequenceForm for graphics carlos.felippa%colorado.edu@gtempaccount.com - 2014-04-18 05:47 +0000
| From | Alexei Boulbitch <Alexei.Boulbitch@iee.lu> |
|---|---|
| Date | 2014-04-14 09:28 +0000 |
| Subject | Re: SequenceForm for graphics |
| Message-ID | <lig9og$cg4$1@smc.vnet.net> |
Can SequenceForm be used to concatenate graphic objects?
Thanks.
Hi, Carlos,
Evidently, it can. Try this:
Manipulate[
SequenceForm[Plot[x, {x, 0, 1}, ImageSize -> 250], Spacer[20 + b],
Plot[Sin[x], {x, 0, 2 \[Pi]}, ImageSize -> 250 + a]],
{{a, 0}, -100, 100}, {b, -20, 20}]
I do not see, however, what advantage it brings with respect to the "good old method".
If you see one, please let me know.
Have fun, Alexei
Alexei BOULBITCH, Dr., habil.
IEE S.A.
ZAE Weiergewan,
11, rue Edmond Reuter,
L-5326 Contern, LUXEMBOURG
Office phone : +352-2454-2566
Office fax: +352-2454-3566
mobile phone: +49 151 52 40 66 44
e-mail: alexei.boulbitch@iee.lu
[toc] | [next] | [standalone]
| From | carlos.felippa%colorado.edu@gtempaccount.com |
|---|---|
| Date | 2014-04-18 05:47 +0000 |
| Message-ID | <liqe8m$ch4$1@smc.vnet.net> |
| In reply to | #16797 |
On Monday, April 14, 2014 3:28:48 AM UTC-6, Alexei Boulbitch wrote:
> Can SequenceForm be used to concatenate graphic objects?
>
>
>
> Thanks.
>
>
>
> Hi, Carlos,
>
>
>
> Evidently, it can. Try this:
>
>
>
> Manipulate[
>
> SequenceForm[Plot[x, {x, 0, 1}, ImageSize -> 250], Spacer[20 + b],
>
> Plot[Sin[x], {x, 0, 2 \[Pi]}, ImageSize -> 250 + a]],
>
> {{a, 0}, -100, 100}, {b, -20, 20}]
>
>
>
> I do not see, however, what advantage it brings with respect to the "good old method".
>
> If you see one, please let me know.
>
>
>
> Have fun, Alexei
>
>
>
>
>
> Alexei BOULBITCH, Dr., habil.
>
> IEE S.A.
>
> ZAE Weiergewan,
>
> 11, rue Edmond Reuter,
>
> L-5326 Contern, LUXEMBOURG
>
>
>
> Office phone : +352-2454-2566
>
> Office fax: +352-2454-3566
>
> mobile phone: +49 151 52 40 66 44
>
>
>
> e-mail: alexei.boulbitch@iee.lu
Thanks! Like you say, SequenceForm turned out not to be needed. It is useful in Print but for Show
combining graphic objects (I have some plots with thousands of them), list building with
AppendTo was enough.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.soft-sys.math.mathematica
csiph-web