RE: Urgent Plot problem
- To: mathgroup at smc.vnet.net
- Subject: [mg32059] RE: [mg32041] Urgent Plot problem
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Fri, 21 Dec 2001 03:57:28 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
For example,
In[1]:=
g1 = Plot[Sin[x], {x, 0, 2*Pi}]
In[2]:=
g2 = Plot[Cos[x], {x, -Pi, 0}]
In[3]:=
Show[g1, g2]
Tomas Garza
Mexico City
> -----Original Message-----
> From: deniz.seker at arcelik.com.tr [mailto:deniz.seker at arcelik.com.tr]
To: mathgroup at smc.vnet.net
> Sent: Thursday, December 20, 2001 12:42 AM
> Subject: [mg32059] [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
>
>