Hello Scilab intimates,

The lines

Cspec=list('Color','r','thickness',5);
plot(1:5,Cspec(:))

are functional, but the lines

Cspec=list('line_mode','off','mark_mode','on','mark_style',1,'mark_foreground',5,'mark_size',5);
plot([1:5],Cspec(:))

are not. What has to be changed?

I would like to use  line specifying lists as function input arguments.

Kind regards
Jens
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to