Groups | Search | Server Info | Login | Register


Groups > comp.soft-sys.math.mathematica > #16823

Re: SequenceForm for graphics

From carlos.felippa%colorado.edu@gtempaccount.com
Newsgroups comp.soft-sys.math.mathematica
Subject Re: SequenceForm for graphics
Date 2014-04-18 05:47 +0000
Message-ID <liqe8m$ch4$1@smc.vnet.net> (permalink)
References <lig9og$cg4$1@smc.vnet.net>
Organization Time-Warner Telecom

Show all headers | View raw


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.

Back to comp.soft-sys.math.mathematica | Previous | NextPrevious in thread | Find similar


Thread

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