Re: ListPlot3D Color
- To: mathgroup@smc.vnet.net
- Subject: [mg11389] Re: ListPlot3D Color
- From: Allan Hayes <hay@haystack.demon.co.uk>
- Date: Sun, 8 Mar 1998 20:13:12 -0500
- References: <199803040639.BAA09825@smc.vnet.net.> <6dpgsr$3om$3@dragonfly.wolfram.com>
Sean Ross wrote:
>
> David Djajaputra wrote:
> >
> > What options should I use in ListPlot3D (or any other 3D Plots) so as to
> > get
> > a black and white plot (that is, just a collection of grid lines)?
> >
> > I tried using ColorOutput -> None but MM gave me a totally black shape.
> >
> > Thanks a lot,
> >
> > David
>
> You need to specify "White" for the ColorFunction option. I use Hue
> with the second argument (saturation) set to zero. ie:
>
> Plot3D[Sin[x+y],{x,1,2},{y,-2,3},ColorFunction->(Hue[1,0,1]&)] --
> Remove the _nospam_ in the return address to respond.
Or
Plot3D[{Sin[x+y],Hue[1,0,1]} ,{x,1,2},{y,-2,3}]
--
Allan Hayes
Training and Consulting
Leicester, UK
hay@haystack.demon.co.uk
http://www.haystack.demon.co.uk
voice: +44 (0)116 271 4198
fax: +44 (0)116 271 8642
- References:
- ListPlot3D Color
- From: David Djajaputra <dd4b@virginia.edu>
- ListPlot3D Color