MathGroup Archive 1997

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

Search the Archive

Re: Graphing Inequalities

  • To: mathgroup at smc.vnet.net
  • Subject: [mg9783] Re: [mg9724] Graphing Inequalities
  • From: mark at sunserv.kfki.hu (Geza I. Mark)
  • Date: Fri, 28 Nov 1997 05:34:59 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

this works:

ContourPlot[ If[ y > x && y < x^2, 1, 0 ], {x,0,5}, {y,0,5},
   Contours->1, ContourLines->True, ContourSmoothing->True,
   PlotPoints->100
]

but the contour line is ugly (sawtooth like). Why?

Best regards, Geza

Geza I. Mark

mark at sunserv.kfki.hu

http://newton.phy.bme.hu/mg/index.html




  • Prev by Date: Re: Surface integral
  • Next by Date: Re: Surface integral
  • Previous by thread: Re: Graphing Inequalities
  • Next by thread: Re: Re: Graphing Inequalities