Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - Japanese -
Scilab help >> Graphics > style > getmark

getmark

dialog to select mark (symbol). Obsolete function

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

  • ged — Scilab Graphic Editor
  • set — set a property value of a graphic entity object or of a User Interface object.
  • segs_properties — description of the Polyline entity properties
  • segs_properties — description of the Segments entity properties

Comments


Add a comment:
Please login to comment this page.

<< getlinestyle style getsymbol >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:10:01 CEST 2011