<< getfont graphics getmark >>
removed >> removed > 5-4-1 > graphics > getlinestyle

getlinestyle

dialog to select linestyle

Calling Sequence

k = getlinestyle()

Arguments

k

integer, selected linestyle or [] if the "Cancel" button has been clicked.

Description

This function designed to work with the xset function is also obsolete. Use the property editor ged instead.

getlinestyle opens a graphic window to select a line style.

Examples

x=0:0.1:10;
plot2d(x,sin(x))
e=gce(); // store the Compound containing the plot
e.children(1).line_style = getlinestyle();

See Also

History

VersionDescription
5.4.1 getlinestyle was published up to Scilab 5.4.1.

<< getfont graphics getmark >>