help-octave
[Top][All Lists]
Advanced

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

Re: 3 D plots


From: asha g
Subject: Re: 3 D plots
Date: Wed, 28 Mar 2012 14:23:07 +0800 (SGT)


>
> 3 D plot is working finally. Now I want it only in black instead of colors. What do I do to get that ?
> Thanks
> Asha
>
>
>
> You can set the colormap.
> try help colormap
>
>  Here are some options for colors  (maps):
>        autumn
>        bone
>        cool
>        copper
>        flag
>        gray
>        hot
>        jet
>        ocean
>        pink
>        prism
>        rainbow
>        spring
>        summer
>        winter
>
>
> try:
>
> colormap (gray)
>
> --
> DAS

Or just

    colormap ([1 1 1])

Ben


Thanks Ben. I do get it in black by using the code above.
Asha



reply via email to

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