MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: overlay of multiple plots Show command does not work

  • To: mathgroup at smc.vnet.net
  • Subject: [mg100161] Re: overlay of multiple plots Show command does not work
  • From: "mklarmann at googlemail.com" <mklarmann at googlemail.com>
  • Date: Wed, 27 May 2009 04:04:25 -0400 (EDT)
  • References: <grcgfh$pic$1@smc.vnet.net> <grhpag$mk8$1@smc.vnet.net>

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



  • Prev by Date: new to group
  • Next by Date: Re: Bad IL Format (.Net/Link)
  • Previous by thread: new to group
  • Next by thread: Re: Re: overlay of multiple plots Show command does not work