RE: Overlay graphs
- To: mathgroup at smc.vnet.net
- Subject: [mg48841] RE: [mg48829] Overlay graphs
- From: "Florian Jaccard" <florian.jaccard at eiaj.ch>
- Date: Sat, 19 Jun 2004 04:30:40 -0400 (EDT)
- Reply-to: <florian.jaccard at eiaj.ch>
- Sender: owner-wri-mathgroup at wolfram.com
is this what you want ? << "Graphics`Graphics`" DisplayTogether[ Plot[Sin[x], {x, 0, Pi/4}], Plot[Cos[x], {x, Pi/4, Pi/2}]] Regards F.Jaccard -----Message d'origine----- De : JosefG [mailto:J_o_s_e_f at hotmail.com] Envoyé : ven., 18. juin 2004 08:13 À : mathgroup at smc.vnet.net Objet : [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