[Scilab-users] Plot command line specification compressed to a variable

Jens Simon Strom j.s.strom at hslmg.de
Sun Sep 6 16:28:31 CEST 2015


I would like to replace the line specification in a plot command by a 
variable that can be used as an function input argument.  E. g. the line

plot([1:4],[1:4], 
'LineStyle','none','Marker','+','MarkForeground',[255;215;0]/256)

should be replaced by

plot([1:4],[1:4],LS)

How should LS be constructed?

Kind regards

Jens

p.s.

To avoid hints to work arounds: I'm aware of gca(), gce(), parents and 
children. This is not what I aim at.

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


More information about the users mailing list