RE: Urgent Plot problem
- To: mathgroup at smc.vnet.net
- Subject: [mg32054] RE: [mg32041] Urgent Plot problem
- From: "Florian Jaccard" <jaccardf at eicn.ch>
- Date: Fri, 21 Dec 2001 03:57:21 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hello ! The easiest way is the following : p1=Plot[... ,{x,0,100}] p2=Plot[... ,{x,200,1000}] Show[p1,p2] You may also use "PlotRange" to display exactly what you expect. (See ?PlotRange) Meilleures salutations Florian Jaccard e-mail : jaccardf at eicn.ch -----Message d'origine----- De : deniz.seker at arcelik.com.tr [mailto:deniz.seker at arcelik.com.tr] Envoyé : jeu., 20. décembre 2001 09:42 À : mathgroup at smc.vnet.net Objet : [mg32041] Urgent Plot problem Hi, I have a problem with Plot. For two different results of equations, I need to plot the results in one plot. For example, one domain has a range of 0-100 in x direction, and the other has a range of 200-1000. How can I comb,ne the results in one graph? regards, Deniz