Re: Plot boundaries not respected
- To: mathgroup at smc.vnet.net
- Subject: [mg83000] Re: Plot boundaries not respected
- From: "David Park" <djmpark at comcast.net>
- Date: Tue, 6 Nov 2007 03:48:02 -0500 (EST)
- References: <fgmqi1$a4c$1@smc.vnet.net>
Plot[Exp[x], {x, -10, 2}, PlotRange -> All]
--
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/
"Bert Aerts (rm x)" <bert.aertsx at advalvasx.be> wrote in message
news:fgmqi1$a4c$1 at smc.vnet.net...
> When I type the following in Mathematica 6.0.1 Linux x86_64 version
> Plot[Exp[x], {x, -10, 2}]
> I get a plot to y-axis value 2.2 in stead of Exp[2]=7.4
> Why are the plot boundaries not respected?
>