<< getlinestyle graphics getsymbol >>

Removed >> Removed > 5-4-1 > graphics > getmark

getmark

dialog to select mark (symbol)

Calling Sequence

[mark,mrkSize]=getmark()

Arguments

mark

integer, the number of the selected mark

mrkSize

integer, the size of the selected mark

Description

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

getmark opens a graphic window to select a mark (symbol).

Examples

x=0:0.1:10;
[mark,mrkSize]=getmark();
plot2d(x,sin(x),style=-mark);
clf();
plot2d(x,sin(x))
e=gce(); // store the Compound containing the plot
[mark,mrkSize]=getmark();
e.children(1).mark_style = mark;

See Also

History

VersionDescription
5.4.1 getmark was published up to Scilab 5.4.1.

Report an issue
<< getlinestyle graphics getsymbol >>