MathGroup Archive 1999

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

Search the Archive

Re: The behaviour of DisplayTogether

  • To: mathgroup at smc.vnet.net
  • Subject: [mg17347] Re: [mg17285] The behaviour of DisplayTogether
  • From: BobHanlon at aol.com
  • Date: Mon, 3 May 1999 01:45:53 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

In a message dated 5/1/99 4:52:36 AM, giancruc at tin.it writes:

>My problem:
>I would combine graphics in a single plot using a simple iteration;
>for example, instead of
>
>DisplayTogether[{Plot[x^2,{x,-2,2}],Plot[2 x^2,{x,-2,2}],
>    Plot[3 x^2,{x,-2,2}]}]
>
>I'd like to use:
>
>DisplayTogether[Table[Plot[a x^2,{x,-2,2}],{a,3}]]
>
>but this second syntax doesn't work (apparently because of the delayed
>iteration in a), while the previous one has no problems.
>Would someone please help me?
>

Gianluca,

On a Mac Power PC and Mathematica 3.0.1, both of your expressions give the 
same results.  What version of Mathematica are you using and on what platform?

Bob Hanlon


  • Prev by Date: Avoid meshing
  • Next by Date: Re: subsidiary conditions in Solve?
  • Previous by thread: The behaviour of DisplayTogether
  • Next by thread: Re: The behaviour of DisplayTogether