[scilab-Users] colorbar

Serge Steer Serge.Steer at inria.fr
Tue May 24 09:14:23 CEST 2011


Le 24/05/2011 08:06, computidoo a écrit :
> how do i change the font size of the colorbar in the side of Sgrayplot
> thanks
>
> --
> View this message in context: http://mailinglists.scilab.org/colorbar-tp2978444p2978444.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
>
>   
the colorbar lives in a particular axes. The value are the y tick labels
of this axes

so you can chage it this way

fig=gcf()
cb=fig.children(1) //the handle on the colorbaraxes
cb.font_size=5;

Serge Steer



More information about the users mailing list