[Scilab-users] Scilab colorbar titles?
Rafael Guerra
jrafaelbguerra at hotmail.com
Mon Jun 23 23:16:09 CEST 2014
Hi Samuel,
That is brilliant!
Thank you.
Rafael
From: users [mailto:users-bounces at lists.scilab.org] On Behalf Of Samuel
Gougeon
Sent: Monday, June 23, 2014 9:18 PM
To: International users mailing list for Scilab.
Subject: Re: [Scilab-users] Scilab colorbar titles?
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/d2fd6769/attachment.htm>
More information about the users
mailing list