MathGroup Archive 1999

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

Search the Archive

Re: graphing inequalities

  • To: mathgroup at smc.vnet.net
  • Subject: [mg15861] Re: graphing inequalities
  • From: "Dale Horton" <daleh>
  • Date: Fri, 12 Feb 1999 18:40:22 -0500 (EST)
  • Organization: Wolfram Research, Inc.
  • References: <79m6h2$3ae@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

In[1]:=
<< Graphics`FilledPlot`

In[1]:=
?FilledPlot

FilledPlot[function,{var,varmin,varmax}] generates a plot
   with the area between the curve and the var axis
   filled. FilledPlot[{f1,f2,...},range] generates a plot
   with the areas between curve f1 and f2, f2 and f3, etc.
   filled. The shade of the fill and other specifications
   can be given by the Fills option.

In[3]:=
FilledPlot[x - 6, {x, 0, 6}]

Daniel Rubin wrote in message <79m6h2$3ae at smc.vnet.net>...
>How do I plat an inequality, such as y - x > 6 in Mathematica?  I'd like
>to end up with a dashed line and the region above the line shaded.
>Thanks,
>Daniel
>
>--
>(please remove "NOSPAM" from my email address to reply to me directly.)
>



  • Prev by Date: tweaking log plots
  • Next by Date: PlotVectorField Package (easy question?)
  • Previous by thread: Re: graphing inequalities
  • Next by thread: Re: graphing inequalities