Re: filled plot on part of x-interval
- To: mathgroup at smc.vnet.net
- Subject: [mg44619] Re: [mg44599] filled plot on part of x-interval
- From: Andrzej Kozlowski <akoz at mimuw.edu.pl>
- Date: Tue, 18 Nov 2003 06:41:48 -0500 (EST)
- References: <200311170838.DAA01205@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
On 17 Nov 2003, at 17:38, Murray Eisenberg wrote:
> How do I use a FilledPlot that fills the region under the graph of f[x]
> only, say, for x from 2 to 10 but still graphs the function itself from
> 0 to 10?
>
> --
> Murray Eisenberg murray at math.umass.edu
> Mathematics & Statistics Dept.
> Lederle Graduate Research Tower phone 413 549-1020 (H)
> University of Massachusetts 413 545-2859 (W)
> 710 North Pleasant Street fax 413 545-1801
> Amherst, MA 01003-9305
>
>
>
Just use the PlotRange option.
<< Graphics`FilledPlot`
FilledPlot[Sin[x], {x, 2, 10}, PlotRange -> {{0, 10}, Automatic}]
Regards,
Andrzej Kozlowski
Chiba, Japan
http://www.mimuw.edu.pl/~akoz/
- References:
- filled plot on part of x-interval
- From: Murray Eisenberg <murray@math.umass.edu>
- filled plot on part of x-interval