[Scilab-users] Subplot question

Stéphane Mottelet stephane.mottelet at utc.fr
Mon May 13 16:51:39 CEST 2013


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)
>
> 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 at lists.scilab.org
>> http://lists.scilab.org/mailman/listinfo/users
>
>
Hello,

It works out of the box with the plotlib (see attached screenshot)

S.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: sub.png
Type: image/png
Size: 14407 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20130513/9c0fe860/attachment.png>


More information about the users mailing list