1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
<!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->
<html>
<head>
<title>GrADS</title>
</head>
<body bgcolor="e0f0ff" text="#000000">
<h2><b>set cmark</b></h2>
<p>
<code>set cmark <i>marktype</i></code>
<p>
Set the style of the marker for line plots.
<code><i>marktype</i></code> may be one of the following:<p>
<ul>
<pre>
0 - none
1 - plus sign
2 - open circle (default)
3 - closed circle
4 - open square
5 - closed square
6 - multiplication sign
7 - open diamond
8 - open triangle
9 - closed triangle
10 - open circle with vertical bar
11 - closed circle with vertical bar
</pre>
</ul>
<p>
<h3>Usage Notes</h3>
<ol>
<li>Reset by <code>clear</code> or <code>display</code>.
<p>
<li>The size of the marker may be set by using
<a href="gradcomdsetdigsize.html"><code>set digsize</code></a>.
</ol>
<p>
<h3>Examples </h3>
</body>
</html>
|