[Scilab-users] Fill plot line properties into a list

Jens Simon Strom j.s.strom at hslmg.de
Sat Jun 2 22:31:23 CEST 2018


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20180602/2511313c/attachment.htm>


More information about the users mailing list