Re: Combining ContourPlot and Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg64608] Re: Combining ContourPlot and Plot
- From: "Antonio Carlos Siqueira" <acsl at dee.ufrj.br>
- Date: Thu, 23 Feb 2006 00:36:03 -0500 (EST)
- References: <dthhr9$nis$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi James
See if this helps
<<Graphics`Graphics`
DisplayTogether[
Plot[x, {x, -1, 1}, PlotStyle -> Red],
ContourPlot[x^2 + y^2, {x, -1, 1}, {y, -1, 1}, ContourShading ->
False]]
Regards
Antonio