help-octave
[Top][All Lists]
Advanced

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

Re: change color of plotyy axis???


From: Ben Abbott
Subject: Re: change color of plotyy axis???
Date: Fri, 30 Nov 2012 19:30:39 -0500

On Nov 30, 2012, at 3:03 PM, injoi wrote:

> Does anyone know how to change the color of the plotyy axis. For me its
> default is green but I need it to be black. Thanks.

Changing the "ycolor" property will do what you want.

        set (findall (gcf (), "ycolor", [0 0.5 0]), "ycolor", "k")

Ben



reply via email to

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