Change colours of mesh plot?

dbateman dbateman at free.fr
Sun Mar 30 13:47:26 CDT 2008




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.



More information about the Help-octave mailing list