Re: SequenceForm for graphics
- To: mathgroup at smc.vnet.net
- Subject: [mg132605] Re: SequenceForm for graphics
- From: carlos.felippa%colorado.edu at gtempaccount.com
- Date: Fri, 18 Apr 2014 01:46:58 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
- References: <lig9og$cg4$1@smc.vnet.net>
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 at 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.