Combining ContourPlot and Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg64566] Combining ContourPlot and Plot
- From: dkjk at bigpond.net.au
- Date: Wed, 22 Feb 2006 05:58:59 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi group,
The title says it all really. I want something like
Show[Plot[x,{x,-1,1}],ContourPlot[x^2+y^2,{x,-1,1},{y,-1,1}]]
I've looked through the usenet archive to no avail.
Thanks in advance.
James
- Follow-Ups:
- Re: Combining ContourPlot and Plot
- From: "Yasvir A. Tesiram" <tesiramy@omrf.ouhsc.edu>
- Re: Combining ContourPlot and Plot
- From: Pratik Desai <pdesai1@umbc.edu>
- Re: Combining ContourPlot and Plot