[Scilab-users] Is there any way to supress th plot() output.

Adrien Vogt-Schilb vogt at centre-cired.fr
Fri Oct 18 14:31:25 CEST 2013


Hi

Why do you plot if not to get a plot?
Maybe you want yourplot to be written in a file directly? In this case 
use driver and xinit/xend


driver("pdf")
  xinit("paf.pdf")
plot()
xend()
winopen(pwd())

Adrien

On 18/10/2013 05:37, hilife5 wrote:
> I want to know, is there any way exist to suppress the output for the plot
> command, when i run
>
> x=[1:2:10]
> y=[1:2:10]
> plot(x,y);
>
> Graphic window number 0 is opened. i dont want to open this window. How this
> can be done?
>
> Can we change the name of scilab plot window?
>
>
>
> --
> View this message in context: http://mailinglists.scilab.org/Is-there-any-way-to-supress-th-plot-output-tp4027647.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users


-- 
Adrien Vogt-Schilb
PhD Student (Cired) and Consultant (The World Bank)
1 202 473 79 80




More information about the users mailing list