MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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]


  • Prev by Date: How to color each point in ListPlot?
  • Next by Date: JavaView
  • Previous by thread: Re: Graphing an inequality
  • Next by thread: Re: Graphing an inequality