 
 
 
 
 
 
Re: Problem with plotting two functions
- To: mathgroup at smc.vnet.net
- Subject: [mg43667] Re: [mg43637] Problem with plotting two functions
- From: Hugh Walker <hwalker at gvtc.com>
- Date: Sun, 28 Sep 2003 06:00:48 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On Saturday, September 27, 2003, at 03:57 AM, newbie wrote:
> Plot[{x^3 - 6x, 8 - 3x^2}, {x, -5, 4}]
Control the plot range like this
Plot[{x^3 - 6x, 8 - 3x^2}, {x, -5, 5}, PlotRange -> {-50, 10}]
==========
Hugh Walker
Gnarly Oaks

