Hello Adorian,

Le 25/01/2017 19:00, Adorian Ardelean a écrit :
Hi,

I am trying to run a test scilab script in a debian 8 server environment, but legends() is constantly failing.

I execute the script file via command line & the scilab version is scilab-6.0.0-beta-1

./bin/scilab  -nw -nb -e "exec('sci.sci')";

and I get the following:

--> t=0:0.1:2*%pi;

--> scf(8);

--> xset("line style",2);plot2d(t,cos(t),style=5);

--> xset("line style",4);plot2d(t,sin(t),style=3);

--> legends(["sin(t)";"cos(t)"],[[5;2],[3;4]], with_box=%f, opt="?")

.../...
Is this a bug that should be reported?

If it is a bug, it may be specific to debian. I don't get it under MSWindows 7 x64.
Scilab 6.0.0-beta evolves quickly. You may try with a more recent release:
http://www.scilab.org/fr/development/nightly_builds/master

Best regards
Samuel Gougeon

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to