MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: filled plot on part of x-interval

  • To: mathgroup at smc.vnet.net
  • Subject: [mg44620] Re: filled plot on part of x-interval
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 18 Nov 2003 06:41:50 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <bpa2bd$1c7$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

<< Graphics`FilledPlot`
Block[{$DisplayFunction=Identity},
  p2 = FilledPlot[Sin[x], {x, 0, Pi}];
  p1 = Plot[Sin[x], {x, -Pi, 2Pi}];
 ]
Show[p1,p2];

Regards
  Jens

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


  • Prev by Date: Re: filled plot on part of x-interval
  • Next by Date: RE: filled plot on part of x-interval
  • Previous by thread: Re: filled plot on part of x-interval
  • Next by thread: RE: filled plot on part of x-interval