| Author |
Comment/Response |
Bill
|
09/23/10 9:42pm
Hi:
Try this code:
Plot[{20 - x, 30 - x}, {x, 0, 30}, Filling -> {2 -> {1}},
RegionFunction -> Function[{x, y}, x > 0], Frame -> True,
PlotRange -> {{0, 30}, {0, 30}}, PlotRangeClipping -> True,
AspectRatio -> 1]
Hth,
Bill
URL: , |
|