Re: plot combination
- To: mathgroup at smc.vnet.net
- Subject: [mg47650] Re: plot combination
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 20 Apr 2004 03:19:01 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <c5tdtm$hpj$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Block[{$DisplayFunction = Identity},
lst = Table[Plot[Sin[i*x], {x, 0, Pi}], {i, 1, 5}];
];
Show @@ lst;
Regards
Jens
paolo wrote:
>
> If I have n Table,
> how can i plot all the table together in the same graph
>
> Thanks
>
> Paolo