[Scilab-users] Subplot question

sgougeon at free.fr sgougeon at free.fr
Mon May 13 20:22:37 CEST 2013


>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. 

Just do simply: subplot(3,1,1)   // whenever you want: after, before, or interlaced with other subplots
to target the desired area.

Regards
Samuel



More information about the users mailing list