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


_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to