MathGroup Archive 2005

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

Search the Archive

Re: Plot - where is y scale?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg55682] Re: Plot - where is y scale?
  • From: Jon Harrop <usenet at jdh30.plus.com>
  • Date: Sun, 3 Apr 2005 05:50:50 -0400 (EDT)
  • References: <d2le26$ahn$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Paawel wrote:
> Hi
> I fitted equation to experimental data.
> When I want to plot the equation X axis goes as it is set, but the
> scale on the Y axis ends and plot ends in the middle of the X axis.
> Here is data and equation.
> When I use command DisplayTogether I can see the equation in the whole
> range of Y.
> What do I do wrong??

I think you are objecting to the automatically guessed y-scale from this
line:

> Plot[A, {x, 150, 500}]

In which case you want to write something like:

  Plot[A, {x, 150, 500}, PlotRange->{0, 1}]

HTH.

-- 
Dr Jon D Harrop, Flying Frog Consultancy
http://www.ffconsultancy.com


  • Prev by Date: Re: transpose
  • Next by Date: Re: transpose
  • Previous by thread: Re: Plot - where is y scale?
  • Next by thread: Re: Plot - where is y scale?