MathGroup Archive 1998

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

Search the Archive

Re: ListPlot3D Color



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.



  • Prev by Date: Simultaneous equation problem - too many variables?
  • Next by Date: Re: Extract a contour from a 3-D plot.
  • Prev by thread: ListPlot3D Color
  • Next by thread: Re: ListPlot3D Color