Re: shading in area
- To: mathgroup at smc.vnet.net
 - Subject: [mg17062] Re: shading in area
 - From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
 - Date: Wed, 14 Apr 1999 02:12:07 -0400
 - Organization: Universitaet Leipzig
 - References: <7es3kf$ccm@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hi Tim,
look to the
Graphics`FilledPlot`
package.
Hope that helps
  Jens
Tim wrote:
> 
> I have a function f[x_] := (x^4-9)/(3x-8) and Plot[f[x], {x,-1,1.5}];  I'm
> looking for the area from -1 to 1.5 and would like to color in the area
> under the curve from where the function crosses the x-axis to 1.5.  Is there
> a command in mathematica that will do this?
> 
> Thanks,
> 
> Tim