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 obsolete </emphasis>.
47 Use the property editor <link linkend="ged">ged</link> instead.
50 <literal>getmark</literal> opens a graphic window to select a mark
55 <title>Examples</title>
56 <programlisting role="example"><![CDATA[
58 [mark,mrkSize]=getmark();
59 plot2d(x,sin(x),style=-mark);
62 e=gce(); // store the Compound containing the plot
63 [mark,mrkSize]=getmark();
64 e.children(1).mark_style = mark;
68 <title>History</title>
71 <revnumber>5.4.1</revnumber>
73 Function tagged obsolete. Will be removed in 5.5.0. Please use <link linkend="ged">ged</link> instead.
78 <refsection role="see also">
79 <title>See Also</title>
80 <simplelist type="inline">
82 <link linkend="ged">ged</link>
85 <link linkend="set">set</link>
88 <link linkend="polyline_properties">segs_properties</link>
91 <link linkend="segs_properties">segs_properties</link>