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
- Follow-Ups:
- Re: Re: Graphing Inequalities
- From: Allan Hayes <hay@haystack.demon.co.uk>
- Re: Re: Graphing Inequalities