Re: Overlay graphs
- To: mathgroup at smc.vnet.net
- Subject: [mg48845] Re: Overlay graphs
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 19 Jun 2004 04:30:45 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <cau1ru$alc$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
and
g1 = Plot[Sin[x], {x, 0, Pi/4}];
g2 = Plot[Cos[x], {x, Pi/4, Pi/2}];
Show[g1, g2]
does not work ?
Regards
Jens
JosefG wrote:
>
> I was wondering how to overlay graphs in Mathmatica. I need to
> overlay: Plot[Sin{(x)},{x,0,Pi/4}] and
> Plot[{Cos(x)},{x,Pi/4,Pi/2}]. I don't know how to do it. A phase shift
> doesn't work because I need the data from the original points.
>
> Thanks alot,
>
> Josef