Re: Urgent Plot problem
- To: mathgroup at smc.vnet.net
- Subject: [mg32050] Re: Urgent Plot problem
- From: Erk Jensen <Erk.Jensen at cern.ch>
- Date: Fri, 21 Dec 2001 03:57:16 -0500 (EST)
- References: <9vs8ck$g0m$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
deniz.seker at arcelik.com.tr wrote: > > 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 plot1=Plot[f1[x],{x,0,100}] plot2=Plot[f2[x],{x,200,1000}] Show[plot1,plot2] If this is not what you're looking for, you must be more specific. -erk-