MathGroup Archive 1998

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

Search the Archive

Re: ListPlot3D Color



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




  • Prev by Date: RE: [Q] how to use simple notation to combine many graphics
  • Next by Date: Re: Drawing curves with equation.
  • Prev by thread: Re: ListPlot3D Color
  • Next by thread: HELP:scientific notation