Re: overlay of multiple plots Show command does not work
- To: mathgroup at smc.vnet.net
- Subject: [mg98383] Re: overlay of multiple plots Show command does not work
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 8 Apr 2009 05:04:26 -0400 (EDT)
- Organization: Uni Leipzig
- References: <grcgfh$pic$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, lst = Table[ With[{a = RandomReal[{1, 6}]}, Plot[Sin[a*x], {x, 0, 2 Pi}]], {100}]; and Show @@ lst work as it should. Can you be more specific ? Regards Jens Venkatesh Ramakrishnan wrote: > Dear All > > I generated a list of plots, which I want to overlay. (say around 100 > plots). > > I tried to read in the list inside the Show[] command. > But somehow it does not seem to work. > > Any suggestions? > > I would be very grateful. > > Venkatesh Ramakrishnan > National Facility for High Field NMR > Tata Institute of Fundamental Research > Mumbai 400 005 > India > > >