help-octave
[Top][All Lists]
Advanced

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

Change Color Axis on plotyy function


From: toutsec
Subject: Change Color Axis on plotyy function
Date: Wed, 2 Mar 2011 08:36:23 -0800 (PST)

Hi,
I would like to change the color of the axis on a plotyy. In default, the
ylabel and yticklabel of the second graph are green and the axis himself is
black.
[AX,H1,H2]=plotyy(x1,y1,x2,y2,'plot') % in order to plot the 2 sets of data
I am setting the label with this command :
set(getAX(2),'YLabel'),'String','Label 2'); 

This command : 
set(getAX(2),'YColor'),'Color','red');
does'nt work.

Do you have any idea?
I want also to change the fontsize of the label.

Thanks! 

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Change-Color-Axis-on-plotyy-function-tp3331809p3331809.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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