MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Urgent Plot problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg32053] Re: [mg32041] Urgent Plot problem
  • From: jmt <jmt at agat.net>
  • Date: Fri, 21 Dec 2001 03:57:20 -0500 (EST)
  • References: <200112200842.DAA16357@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Try this :
g1 = Plot[1/x, {x, 1, 2}, DisplayFunction -> Identity];

g2 = Plot[2/x, {x, 2, 3}, DisplayFunction -> Identity];

Show[{g1, g2}, DisplayFunction -> $DisplayFunction]

On Thursday 20 December 2001 09:42, 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


  • Prev by Date: Re: Urgent Plot problem
  • Next by Date: RE: Urgent Plot problem
  • Previous by thread: Urgent Plot problem
  • Next by thread: Re: Urgent Plot problem