AW: Overlay graphs
- To: mathgroup at smc.vnet.net
- Subject: [mg48847] AW: [mg48829] Overlay graphs
- From: Matthias.Bode at oppenheim.de
- Date: Sat, 19 Jun 2004 04:30:47 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hello Josef,
do you want this:
Plot[Sin[x], {x, 0, Pi/4},
PlotRange -> {{0, Pi/2},
{0, 1}}];
Plot[Cos[x], {x, Pi/4, Pi/2},
PlotRange -> {{0, Pi/2},
{0, 1}}];
Show[%, %%]
?
Best regards,
Matthias Bode
Sal. Oppenheim jr. & Cie. KGaA
Untermainanlage 1
D-60329 Frankfurt am Main
GERMANY
Tel.: +49(0)69 71 34 53 80
Mobile: +49(0)172 6 74 95 77
Fax: +49(0)69 71 34 95 380
E-mail: matthias.bode at oppenheim.de
Internet: http://www.oppenheim.de
-----Ursprüngliche Nachricht-----
Von: J_o_s_e_f at hotmail.com [mailto:J_o_s_e_f at hotmail.com]
Gesendet: Freitag, 18. Juni 2004 08:13
An: mathgroup at smc.vnet.net
Betreff: [mg48829] Overlay graphs
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