MathGroup Archive 2014

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: SequenceForm for graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg132586] Re: SequenceForm for graphics
  • From: Alexei Boulbitch <Alexei.Boulbitch at iee.lu>
  • Date: Mon, 14 Apr 2014 05:28:30 -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

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





  • Prev by Date: Simple list question
  • Next by Date: Re: Simple list question
  • Previous by thread: Re: SequenceForm for graphics
  • Next by thread: Re: SequenceForm for graphics