MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

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
| 



  • Prev by Date: Re: Combining ContourPlot and Plot
  • Next by Date: WolframSSH vs mathssh and private key command line option
  • Previous by thread: Re: Combining ContourPlot and Plot
  • Next by thread: Re: Combining ContourPlot and Plot