Re: Filling from x_1 to x_2
- To: mathgroup at smc.vnet.net
 - Subject: [mg111976] Re: Filling from x_1 to x_2
 - From: Matthias Bode <lvsaba at hotmail.com>
 - Date: Mon, 23 Aug 2010 02:37:38 -0400 (EDT)
 
Hola:
"... fill the area under a function from one x-value
> (x_1) to another x-value (x_2) ..."
gra01 == Plot[Sin[x], {x, 0, 2*Pi}];
  gra02 == Plot[Sin[x], {x, Pi/2, (3/2)*Pi},
       PlotRange -> {{Pi/2, (3/2)*Pi}, {1, -1}}, Filling -> Axis];
Show[{gra01, gra02}]
Best regards,
MATTHIAS BODE
S 17.35775=B0, W 066.14577=B0
> Date: Sun, 22 Aug 2010 08:10:25 -0400
> From: and3rsha at gmail.com
> Subject: [mg111965] Filling from x_1 to x_2
> To: mathgroup at smc.vnet.net
>
> Hi,
>
> I'm trying to only fill the area under a function from one x-value
> (x_1) to another x-value (x_2) (the purpose is to represent an
> integral with the filling) . I'm using the Filling -> Axis option, but
> I'm not sure how to limit the x-values.
>
> Do you guys know anything about this?
>
>
> Andrew
>