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?