MathGroup Archive 2004

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

Search the Archive

Re: In Plot, horizontal range is reduced depending on PlotRange

  • To: mathgroup at smc.vnet.net
  • Subject: [mg49640] Re: [mg49582] In Plot, horizontal range is reduced depending on PlotRange
  • From: DrBob <drbob at bigfoot.com>
  • Date: Sun, 25 Jul 2004 02:55:51 -0400 (EDT)
  • References: <200407240747.DAA05766@smc.vnet.net>
  • Reply-to: drbob at bigfoot.com
  • Sender: owner-wri-mathgroup at wolfram.com

PlotRange gives the VERTICAL limits, not the horizontal ones.

Try:

Plot[Exp[-10000 t^2], {t, -.5, 1}, PlotRange -> All]

That's not a very informative graph, but it's what you're asking for (I think).

Bobby

On Sat, 24 Jul 2004 03:47:12 -0400 (EDT), Alain Cochard <alain at geophysik.uni-muenchen.de> wrote:

>
> Hello.  Sorry if this has already been asked; I search the archives a
> bit but could find anything relevant.
>
> Although the command
>
>    Plot[Exp[-10000 t^2],{t, 0, 1}, PlotRange -> All]
>
> produces exactly what I expect, the following one produces a plot
> where the horizontal axis is from 0 to about 0.53 only:
>
>    Plot[Exp[-10000 t^2],{t, 0, 1},PlotRange ->{-.5,1}]
>
> I have $Version:
>
>    Out[334]= 4.0 for Linux (July 22, 1999)
>
> If this is normal, what am I missing?  In any case, how can display
> with a prescribed horizontal range?
>
> Thanks,
> Alain
>
>
>



-- 
DrBob at bigfoot.com
www.eclecticdreams.net


  • Prev by Date: RE: Re: New GUIKit for Mathematica
  • Next by Date: Re: Re: Further information about size limits for Normal[SparseArray[<>]]?
  • Previous by thread: In Plot, horizontal range is reduced depending on PlotRange
  • Next by thread: RE: In Plot, horizontal range is reduced depending on PlotRange