[Scilab-users] colorbar

Samuel Gougeon sgougeon at free.fr
Thu Sep 26 18:58:42 CEST 2013


Hello,

Le 26/09/2013 17:47, Lecoeur, Nora a écrit :
>
> Hello,
>
> I would like to plot 3 graphs with Scilab (the 2nd graph below the 1st 
> graph and the 3rd graph below the 2nd graph )
>
> and to put a colorbar on the right of the 4 plot (instead of having 4 
> colorbars).
>
> How can I do it ? Thanks.
>
For instance, with something like:

clf
subplot(1,2,2)
colorbar(1,3)
subplot(3,1,1)
plot2d()     // plot #1
subplot(3,1,2)
plot2d()     // plot #2
subplot(3,1,3)
plot2d()     // plot #3




Regards
Samuel Gougeon

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20130926/8c230b4d/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: iccficdi.png
Type: image/png
Size: 17235 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20130926/8c230b4d/attachment.png>


More information about the users mailing list