Re: (Newbie) Applying colors to surface plots
- To: mathgroup at smc.vnet.net
- Subject: [mg21171] Re: (Newbie) Applying colors to surface plots
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 17 Dec 1999 01:22:53 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <8320fm$gn0@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, ParametricPlot3D[Evaluate[Append[sphere[1][a,b],SurfaceColor[<some color>]]],{a,0,Pi},{b,0,2Pi}] should work Jens Fedder Skovgaard wrote: > > I would like to apply a given color to a plot such as: > > ParametricPlot3D[sphere[1][a,b]//Evaluate,{a,0,Pi},{b,0,2Pi}] > > I have tried to work with SurfaceColor, but failed to get it to work. It > seems very cumbersome to apply individual light sources to get an even > color on the surface. This is even a larger challenge when combining > several graphics objects and wishing to assign colors to individual > objects. > > Thanks in advance for any recommadation