MathGroup Archive 2006

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

Search the Archive

Re: Combining ContourPlot and Plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64608] Re: Combining ContourPlot and Plot
  • From: "Antonio Carlos Siqueira" <acsl at dee.ufrj.br>
  • Date: Thu, 23 Feb 2006 00:36:03 -0500 (EST)
  • References: <dthhr9$nis$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi James
See if this helps

<<Graphics`Graphics`


DisplayTogether[
Plot[x, {x, -1, 1}, PlotStyle -> Red],
ContourPlot[x^2 + y^2, {x, -1, 1}, {y, -1, 1}, ContourShading ->
False]]

Regards

Antonio


  • Prev by Date: Re: Map-like behaviour for functions of more than a single argument?
  • Next by Date: Printing book style sheet
  • Previous by thread: Re: Combining ContourPlot and Plot
  • Next by thread: Re: Combining ContourPlot and Plot