Re: Re: overlay of multiple plots Show command does not work
- To: mathgroup at smc.vnet.net
- Subject: [mg100193] Re: [mg100161] Re: overlay of multiple plots Show command does not work
- From: "David Park" <djmpark at comcast.net>
- Date: Thu, 28 May 2009 04:25:34 -0400 (EDT)
- References: <grcgfh$pic$1@smc.vnet.net> <grhpag$mk8$1@smc.vnet.net> <11688861.1243412890136.JavaMail.root@n11>
Specific examples would help. Show often works but is a bit unintuitive and confusing in the method it uses to pick up options. It also requires "graphics level jumping" if you want to include graphics primitives, or have them separately crammed into an Epilog option. The Presentations package is more intuitive and easier to use. David Park djmpark at comcast.net http://home.comcast.net/~djmpark/ From: mklarmann at googlemail.com [mailto:mklarmann at googlemail.com] I am having here also trouble with Show... Combining a simple Graphics Point Plot with a ListCountourPlot just outputs one or the other, but they don't overlay... best, manuel On 8 Apr., 11:04, Jens-Peer Kuska <ku... at informatik.uni-leipzig.de> wrote: > 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