| Author |
Comment/Response |
John
|
09/28/10 10:34pm
In Response To 'Re: Region filling clipped with RegionFunction' --------- Hi Bill,
Thanks for the code! I ended up stumbling across the RegionPlot command, which did the trick:
RegionPlot[ 20 < x + y < 30, {x, 0, 30}, {y, 0, 30}]
It created the same plot as your code.
URL: , |
|