Re: Combining ContourPlot and Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg64598] Re: [mg64566] Combining ContourPlot and Plot
- From: "Yasvir A. Tesiram" <tesiramy at omrf.ouhsc.edu>
- Date: Thu, 23 Feb 2006 00:35:29 -0500 (EST)
- References: <200602221058.FAA23540@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
G'day, Show[ GraphicsArray[{ Plot[x, {x, -1, 1}, DisplayFunction -> Identity], ContourPlot[x^2 + y^2, {x, -1, 1}, {y, -1, 1}, DisplayFunction -> Identity]} ] ] Yas On Wed, 22 Feb 2006, dkjk at bigpond.net.au wrote: > 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 >
- References:
- Combining ContourPlot and Plot
- From: dkjk@bigpond.net.au
- Combining ContourPlot and Plot