[scilab-Users] many plots

Samuel GOUGEON Samuel.Gougeon at univ-lemans.fr
Thu Sep 23 11:04:07 CEST 2010


  ----- Message d'origine -----
De : David PICARD
Date : 23/09/2010 10:56:
>  I am running v.5.2 on Windows. If the plot windows have to be created anyway, 
> how can I close them programmatically ?
with
close()  // for the current figure
// and
close(f.figure_id)  // for figure of handle f




More information about the users mailing list