Re: Plot boundaries not respected
- To: mathgroup at smc.vnet.net
- Subject: [mg82997] Re: Plot boundaries not respected
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 6 Nov 2007 03:46:29 -0500 (EST)
- Organization: Uni Leipzig
- References: <fgmqi1$a4c$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
set:
PlotRange -> All
?? may help
Regards
Jens
Bert Aerts (rm x) wrote:
> 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?
>