Re: Show[list] does not work
- To: mathgroup at smc.vnet.net
- Subject: [mg98350] Re: Show[list] does not work
- From: dh <dh at metrohm.com>
- Date: Wed, 8 Apr 2009 02:47:39 -0400 (EDT)
- References: <grcgds$pgu$1@smc.vnet.net>
Hi,
it^s hard to tell without an example. What you describe is working as
the following shows:
g1 = Plot[Cos[x], {x, 0, 3}];
g2 = Plot[Sin[x], {x, 0, 3}];
Show[{g1, g2}]
Daniel
Venkatesh Ramakrishnan wrote:
> Dear All
>
> I am trying to overlay multiple plots using Show[list] where list
> contains my plots.
>
> But the command always draws a blank plot.
>
> Can someone let me know why?
>
> Thanks in advance,
>
> Venkatesh Ramakrishnan
> Department of Chemical Sciences
> Tata Institute of Fundamental Research
> Mumbai 400005
> India
>
>