Hello,

Le 13/05/13 16:38, Adrien Vogt-Schilb a écrit :
Hi

It is possible, just use

subplot(321)
subplot(322)
subplot(323)
subplot(324)

and then

subplot(313)
then you get margins that are not homogeneous (this is ugly), as you can see it in the attached file scilab_subplot.png (although plotlib' subplot is ok :-D).

S.

On 13/05/2013 16:30, SCHULZ Wolfgang wrote:
Hello,
I want plot data and divided the plot region with the subplot command in 6 regions (subplot(3,2,X)) but I would like to use the first 2 regions (subplot(3,2,1) and subplot(3,2,2)) for 1 plot. In total I would then have then 5 plots. Is this possible? If yes could someone give me some hints how to do it?
Thanks for your help.
Wolfgang
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



<<attachment: plotlib_subplot.png>>

<<attachment: scilab_suplot.png>>

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to