Re: How to draw the level curves ?
- To: mathgroup at smc.vnet.net
- Subject: [mg16243] Re: [mg16192] How to draw the level curves ?
- From: "Tomas Garza" <tgarza at mail.internet.com.mx>
- Date: Fri, 5 Mar 1999 00:41:08 -0500
- Sender: owner-wri-mathgroup at wolfram.com
Seung Y Lee wrote: > I'd like to draw the level curves of the expression : > > y^2+cos(x)=C, C:constant. > > How can I draw an expression and change C ? Seung, Try ContourPlot. E.g., ContourPlot[Cos[x]+y^2, {x,-2,2}, {y,-2,2}] Good luck, Tomas Garza Mexico City