MathGroup Archive 2007

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

Search the Archive

Re: Graphing an inequality

  • To: mathgroup at smc.vnet.net
  • Subject: [mg80219] Re: Graphing an inequality
  • From: "David Park" <djmpark at comcast.net>
  • Date: Wed, 15 Aug 2007 04:13:08 -0400 (EDT)
  • References: <f9s2ar$9c4$1@smc.vnet.net>

Do you mean this?

RegionPlot[x + y < 4, {x, -10, 10}, {y, -10, 10},
 Frame -> False,
 Axes -> True]

-- 
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/


"Diana" <diana.mecum at gmail.com> wrote in message 
news:f9s2ar$9c4$1 at smc.vnet.net...
>I am trying to graph x + y < 4, and have the answer set be shaded.
>
> When I use RegionPlot[x + y < 4, {x, -10, 10}, {y, -10, 10}]
>
> I get a rectangular box with the axes on the outside.
>
> Is there a way to have the axes display as they do with the Plot
> function, with shading as in the RegionPlot function?
>
> Thanks,
>
> Diana M.
>
> 



  • Prev by Date: TraditionalForm ordering
  • Next by Date: dynamic values in docked cells
  • Previous by thread: Re: Graphing an inequality
  • Next by thread: Re: Graphing an inequality