Re: ListPlot3D Color
- To: mathgroup@smc.vnet.net
- Subject: [mg11335] Re: [mg11296] ListPlot3D Color
- From: Sean Ross <seanross@worldnet.att.net>
- Date: Fri, 6 Mar 1998 00:40:55 -0500
- References: <199803040639.BAA09825@smc.vnet.net.>
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.
- References:
- ListPlot3D Color
- From: David Djajaputra <dd4b@virginia.edu>
- ListPlot3D Color