[scilab-Users] unable to create multiple subplots, e.g. plot() produces 2nd subplot only, first disappears

Samuel Gougeon Samuel.Gougeon at univ-lemans.fr
Mon Apr 19 13:02:29 CEST 2010


Hello,
----- Message d'origine -----
De : jordan alexander
Date : 19/04/2010 12:52:
> dear lists.scilab.org
>
> creating subplots is not working for me 
>
>
> using  scilab 5.x running on fedora 11, thinkpad t500 laptop, 
> graphics driver = 'intel integrated graphics chipset' 
>   
subplot(nL,nC, nA) virtually shares the current graphic windows in
nL lines and nC columns of rectangular sub-area, and adresses the
nA'th one for the forthcoming plotting commands.
To change the adressed area, just do
subplot(nL,nC, nB)
Then the nB'th one becomes the current one.

Samuel




More information about the users mailing list