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

jordan alexander alexanjo at yahoo.com
Tue Apr 20 01:02:25 CEST 2010


hello

>To change the adressed area, just do
>subplot(nL,nC, nB)


after issuing the command plot(), the first subplot, i.e. subplot(1,2,1), has disappeared and i am unable to make it re-appear.  issuing subplot(1,2,1) after plot() does not make the first one re-appear

issuing gca indicates there are two Axes children, yet only the second is visible

issuing   xs2eps(0,'test.eps') after plot() creates file with both plots visible

any other hints here to get the first subplot visible?

jordan
 

----- Original Message ----
From: Samuel Gougeon <Samuel.Gougeon at univ-lemans.fr>
To: users at lists.scilab.org
Sent: Mon, April 19, 2010 11:02:29 PM
Subject: Re: [scilab-Users] unable to create multiple subplots, e.g. plot() produces 2nd subplot only, first disappears

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