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
]
Getting black and white mesh plots
,
asha g
,
2013/03/27
Re: Getting black and white mesh plots
,
Andreas Weber
,
2013/03/27
Re: Getting black and white mesh plots
,
asha g
<=
Re: Getting black and white mesh plots
,
Ben Abbott
,
2013/03/27
Prev by Date:
Re: octave -fourier series coefficients question
Next by Date:
Re: Aw: Re: memory leak in regexprep ? (windows/3.7.2+/VS)
Previous by thread:
Re: Getting black and white mesh plots
Next by thread:
Re: Getting black and white mesh plots
Index(es):
Date
Thread