Re: Graphing an inequality
- To: mathgroup at smc.vnet.net
- Subject: [mg80242] Re: Graphing an inequality
- From: chuck009 <dmilioto at comcast.com>
- Date: Wed, 15 Aug 2007 04:25:06 -0400 (EDT)
Try this: RegionPlot[x + y < 4, {x, -10, 10}, {y, -10, 10}, Frame -> None, Axes -> True]