MathGroup Archive 1999

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

Search the Archive

The behaviour of DisplayTogether

  • To: mathgroup at smc.vnet.net
  • Subject: [mg17285] The behaviour of DisplayTogether
  • From: giancruc at tin.it
  • Date: Fri, 30 Apr 1999 23:22:22 -0400
  • Organization: TISCALI S.p.A.
  • Sender: owner-wri-mathgroup at wolfram.com

Hello, everybody.

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 Cruciani
giancruc at tin.it
Gianluca Cruciani



  • Prev by Date: help - how to invert the x or y axis..
  • Next by Date: subsidiary conditions in Solve?
  • Previous by thread: Re: help - how to invert the x or y axis..
  • Next by thread: Re: The behaviour of DisplayTogether