Scilab Function getlinestyle - dialog to select linestyle
Calling Sequence
- k=getlinestyle()
Parameters
- k
: integer, selected linestyle or [] if the "Cancel" button has been clicked.
Description
getlinestyle opens a graphic window to select a line style.
Example: k=getlinestyle() plot2d(1:10,10,style=k).
See Also