Re: Filling question
- To: mathgroup at smc.vnet.net
- Subject: [mg124461] Re: Filling question
- From: Bob Hanlon <hanlonr357 at gmail.com>
- Date: Fri, 20 Jan 2012 01:53:27 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201201191138.GAA05895@smc.vnet.net>
Show[ RegionPlot[ y < Exp[-(x - 3)^2] && y < Exp[-(x - 5)^2], {x, 0, 10}, {y, 0, 1}, MaxRecursion -> 9, BoundaryStyle -> None], Plot[ {Exp[-(x - 3)^2], Exp[-(x - 5)^2]}, {x, 0, 10}], AspectRatio -> 1/GoldenRatio, ImageSize -> 500] Bob Hanlon On Thu, Jan 19, 2012 at 6:38 AM, Gabriel Landi <gtlandi at gmail.com> wrote: > Here is a silly question: How to fill the region between two overlapping > curves? e.g., the region near x=4 in > > Plot[{Exp[-(x - 3)^2], Exp[-(x - 5)^2]}, {x, 0, 10} > > Thanks in advance, > > Gabriel Landi >
- References:
- Filling question
- From: Gabriel Landi <gtlandi@gmail.com>
- Filling question