help-octave
[Top][All Lists]
Advanced

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

Re: Getting black and white mesh plots


From: asha g
Subject: Re: Getting black and white mesh plots
Date: Thu, 28 Mar 2013 09:28:53 +0800 (SGT)



Subject: Re: Getting black and white mesh plots

Am 27.03.2013 22:38, schrieb asha g:
> What is the octave code for getting black and white mesh plots ?

Try
colormap("white")
[~,~,Z] = peaks ();
surf (Z);

you can also add "-mono" to your print command.
HTH Andy

Where do you add mono in the print command ?


reply via email to

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