RE: Clarification [Re: Overlay graphs ]
- To: mathgroup at smc.vnet.net
- Subject: [mg48994] RE: [mg48991] Clarification [Re: Overlay graphs ]
- From: "David Park" <djmp at earthlink.net>
- Date: Sat, 26 Jun 2004 01:55:38 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Josef,
Do you mean the following?
Plot[{Sin[x], Cos[x + Pi/4]}, {x, 0, Pi/4}];
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
From: JosefG [mailto:J_o_s_e_f at hotmail.com]
To: mathgroup at smc.vnet.net
I would like to superimpose Cos[x] {x,Pi/4,Pi/2} right on top of
Sin[x] {x,0,Pi/4}. I think the x axis would only be a length of Pi/4
and it would show both Cos[x] {x,Pi/4,Pi/2} and Sin[x] {x,0,Pi/4}.
I would also wanted to superimpose Cos[x] {x,Pi/4,Pi/2} on top of
Cos[x] {x,0,Pi/4}. Using the methods most people have been giving me I
would get Cos[x]{x,0,Pi/2}. I would like to put the 2 plots on top of
each other.
Thank you all for your patience and time with me,
Josef