1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
13 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:id="getmark" xml:lang="en">
15 <refname>getmark</refname>
17 dialog to select mark (symbol). <emphasis role="bold">Obsolete
23 <title>Calling Sequence</title>
24 <synopsis>[mark,mrkSize]=getmark()</synopsis>
27 <title>Arguments</title>
32 <para>integer, the number of the selected mark</para>
38 <para>integer, the size of the selected mark</para>
44 <title>Description</title>
46 This function designed to work with the <link linkend="xset">xset</link> function <emphasis role="bold">is also
49 .Use the property editor <link linkend="ged">ged</link> instead.
52 <literal>getmark</literal> opens a graphic window to select a mark
57 <title>Examples</title>
58 <programlisting role="example"><![CDATA[
60 [mark,mrkSize]=getmark();
61 plot2d(x,sin(x),style=-mark);
64 e=gce(); // store the Compound containing the plot
65 [mark,mrkSize]=getmark();
66 e.children(1).mark_style = mark;
69 <refsection role="see also">
70 <title>See Also</title>
71 <simplelist type="inline">
73 <link linkend="ged">ged</link>
76 <link linkend="set">set</link>
79 <link linkend="polyline_properties">segs_properties</link>
82 <link linkend="segs_properties">segs_properties</link>