help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change colours of mesh plot?


From: dbateman
Subject: Re: Change colours of mesh plot?
Date: Sun, 30 Mar 2008 11:47:26 -0700 (PDT)



Sebastian Schubert wrote:
> 
> Hi,
> 
> is it possible to change the colours of a mesh plot?  I mainly want to
> tune a grey-scale output for inclusion into a LaTeX document.  For
> example, the peak in figure 15.5 in the pdf manuel (sombrero) is a bit
> to light for my taste.
> 
> I use octave 3.0 and gnuplot 4.2.2 (although, if 4.2.3 is necessery,
> this won't be a problem).
> 

After creating the mesh, type something like

colormap (gray)

to get a grey-scale colormap to be used with the mesh. Lots of other
colormaps are avaiable (eg summer, hsv, jet, autumn, etc, etc)

D.


-- 
View this message in context: 
http://www.nabble.com/Change-colours-of-mesh-plot--tp16385073p16385628.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]