[Scilab-users] Changing ticks, location, and labels of a colorbar in a sgrayplot

matacosta matiashs at hotmail.com
Thu Aug 15 14:47:00 CEST 2013


Hi,

Thanks for the comment. I already tried doing that. The problem that follow
is error 999 which says that the property does not exist for the handle cb =
gce(). How should I modify the code then?

YL=[0;1];
TL=["zero";"one"];

colorbar(cmin,cmax,,fmt="%.0f");

cb = gce();
   cb.font_size = 4;
   cb.auto_ticks(2)="off";
   cb.y_ticks = tlist(["ticks","locations","labels"], YL, TL);

Thanks.

Cheers,
Matias



--
View this message in context: http://mailinglists.scilab.org/Changing-ticks-location-and-labels-of-a-colorbar-in-a-sgrayplot-tp4027216p4027232.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list