[scilab-Users] many plots

Samuel GOUGEON Samuel.Gougeon at univ-lemans.fr
Thu Sep 23 11:06:52 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
>
But for your application, you can reuse always the same window,
just erasing it with clf() before each new output.




More information about the users mailing list