DisplayTogether
- To: mathgroup at smc.vnet.net
- Subject: [mg31280] DisplayTogether
- From: "Markus Riedle" <riedle at mathematik.hu-berlin.de>
- Date: Fri, 26 Oct 2001 04:28:24 -0400 (EDT)
- Organization: Humboldt Universitaet zu Berlin
- Sender: owner-wri-mathgroup at wolfram.com
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
- Follow-Ups:
- Re: DisplayTogether
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: DisplayTogether