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