Re: DisplayTogether
- To: mathgroup at smc.vnet.net
- Subject: [mg31297] Re: DisplayTogether
- From: Mike Yukish <may106 at psu.edu>
- Date: Sat, 27 Oct 2001 01:08:05 -0400 (EDT)
- Organization: Penn State University, Center for Academic Computing
- References: <9rb803$5ll$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Markus Riedle wrote: > 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? I ran your command line above on my computer and it worked fine with overlaid plots as desired. Note: your line above is missing a closing "]" bracket.