[Scilab-users] labels for 2 y-axes in plot

Erhy erhard.glueck.austria at gmail.com
Thu Mar 2 16:02:24 CET 2017


Hello!
Please give me an example for a plot, where each y axis should have an other
label.
Thank you
Erhy

My example withot laxes labels*:*
clf
c1=color("blue");
na1=newaxes();
na1.font_color=c1;
plot( koeffXs(1:100),Curse1,style=c1);
na1.children(1).children(1).foreground=c1;
// second curve
c2=color("red");
na2=newaxes();
na2.font_color=c2;
plot( koeffXs(1:100), Curse2 ,style=c2);
na2.filled="off";
na2.axes_visible(1)="off";
na2.y_location="right";
na2.children(1).children(1).thickness=2;// 
na2.children(1).children(1).foreground=c2;



--
View this message in context: http://mailinglists.scilab.org/labels-for-2-y-axes-in-plot-tp4035658.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list