Dialog to select linestyle. Obsolete function. (original) (raw)

Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilab help >> Graphics > style > getlinestyle

getlinestyle

dialog to select linestyle. Obsolete function.

Calling Sequence

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(); e.children(1).line_style = getlinestyle();

See Also