plot only works when passing it more than one argument (scilab 5.0.1)

Jacco Kramer jacco.kramer at teb.nl
Wed Sep 24 10:04:57 CEST 2008


Hi, I've been confronted with this a couple of times now: 

my old scripts that use plot()  don't work anymore, everytime I use it I
get something like: 

 

"

Invalid index.

 

at line     146 of function plot called by :  

plot(b);

"

 

The way to "solve" this for me is to pass an extra argument, like a
color or something: 

plot(b,color='red')

 

This works just fine, but I'd rather just use plot when I have to do
something quickly.

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20080924/f5856955/attachment.htm>


More information about the users mailing list