MathGroup Archive 2006

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

Search the Archive

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


  • Prev by Date: How if I want to assume that -------
  • Next by Date: Re: How to hide mathematica code?
  • Previous by thread: Re: How if I want to assume that -------
  • Next by thread: Re: Combining ContourPlot and Plot