Re: DisplayTogether
- To: mathgroup at smc.vnet.net
- Subject: [mg31315] Re: [mg31280] DisplayTogether
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Sat, 27 Oct 2001 01:08:30 -0400 (EDT)
- References: <200110260828.EAA05678@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Try
Show[Table[Plot[j*t, {t, 0, 1}, DisplayFunction ->
Identity], {j, 1, 5}], DisplayFunction ->
$DisplayFunction];
Tomas Garza
Mexico City
----- Original Message -----
From: "Markus Riedle" <riedle at mathematik.hu-berlin.de>
To: mathgroup at smc.vnet.net
Subject: [mg31315] [mg31280] DisplayTogether
> I tried to use the Function "DisplayTogether", say
>
> << Graphics`Graphics`
> DisplayTogether[Plot[3t,{t,0,1}], Plot[2t,{t,0,1}]
>
> The results are 2 Plots and not one, as expected. What is my mistake?
> The root of the question is, how can I number "graphicsobject" by an
index
> or how can I make a list of graphicsobjects, say in a for-loop:
>
> For[i=1, 1<<10, i++,
> g??? =Plot[ f[t][i], {t, i, i+1}] ]
>
> It doesn't work g[[i]] or g[i].
>
> Thanks a lot for your help,
> Markus
>
>
>
>
- References:
- DisplayTogether
- From: "Markus Riedle" <riedle@mathematik.hu-berlin.de>
- DisplayTogether