Re: Combining ContourPlot and Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg64577] Re: Combining ContourPlot and Plot
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Thu, 23 Feb 2006 00:34:12 -0500 (EST)
- Organization: Uni Leipzig
- References: <dthhr9$nis$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Show @@ Block[{$DisplayFunction = Identity}, { ContourPlot[x^2 + y^2, {x, -1, 1}, {y, -1, 1}], Plot[x, {x, -1, 1}, PlotStyle -> {{RGBColor[1, 1, 0]}}] } ] ??? Regards Jens <dkjk at bigpond.net.au> schrieb im Newsbeitrag news:dthhr9$nis$1 at smc.vnet.net... | 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 |