[Scilab-users] Scilab colorbar titles?
Samuel Gougeon
sgougeon at free.fr
Mon Jun 23 22:18:00 CEST 2014
Hello Rafael,
Le 23/06/2014 16:59, Rafael Guerra a écrit :
>
> Hello,
>
> Does anybody know how to write titles above colorbars (say:
> "series1","series2") as in example below:
>
clf;X=1:10;Y=1:20;surf(X,Y,-X.*.Y'); colorbar(-20,-1);
e = gce();
e.parent.title.text="Series 1";
X=21:30;
surf(X,Y,X.*.Y');
colorbar(1,20);
e = gce();
e.parent.title.text="Series 2";
HTH
Samuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20140623/2fbea44c/attachment.htm>
More information about the users
mailing list