Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.mathematica > #16797
| From | Alexei Boulbitch <Alexei.Boulbitch@iee.lu> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: SequenceForm for graphics |
| Date | 2014-04-14 09:28 +0000 |
| Message-ID | <lig9og$cg4$1@smc.vnet.net> (permalink) |
| Organization | Time-Warner Telecom |
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
Back to comp.soft-sys.math.mathematica | Previous | Next — Next in thread | Find similar
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
csiph-web