Re: Graphics question
- To: mathgroup at smc.vnet.net
- Subject: [mg51728] Re: Graphics question
- From: "Steve Luttrell" <steve_usenet at _removemefirst_luttrell.org.uk>
- Date: Sun, 31 Oct 2004 01:15:56 -0500 (EST)
- References: <clsuec$3uf$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
The standard package Graphics`FilledPlot` can do this sort of thing. Steve Luttrell "Alan" <info at optioncity.REMOVETHIS.net> wrote in message news:clsuec$3uf$1 at smc.vnet.net... >I have 3 Plots over the same x-axis range: p1, p2, p3 > Each plot is of a well-behaved monotonically decreasing function. > > The result of Show[p1,p2,p3] is three curves which do not intersect, > with the exception except that the lower two curves intersect at x=0. > > I would like to fill in the region between the > two lower curves with a Gray background. > > How can I accomplish this? > > regards, > alan > > > >