MathGroup Archive 2003

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

Search the Archive

Combining plots and using different colors

  • To: mathgroup at smc.vnet.net
  • Subject: [mg42695] Combining plots and using different colors
  • From: Vladimira Ilieva <vilieva at dreman.com>
  • Date: Mon, 21 Jul 2003 05:15:22 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I would greatly appreciate if someone could help me with the following
problem.

 

I wrote the following simple code.

 

pl1=Plot3D[2x+y^2, {x,-10,10}, {y,-10,10}];

pl2=Plot3D[x+y, {x,-10,10}, {y,-10,10}, ColorOutput -> CMYKColor];

Show[pl1, pl2]

 

I tried many different things to have the two graphs in two different colors
when they are plotted together but nothing seems to work. Is it possible to
combine two three dimensional graphs in the same plot in Mathematica and
color them differently?

 


  • Prev by Date: Recovering f[z] values?
  • Next by Date: v5 for Mac
  • Previous by thread: RE: Recovering f[z] values?
  • Next by thread: Re: Combining plots and using different colors