/usr/share/doc/grads/html/gradcomddrawmark.html is in grads 2.0.a9-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->
<html>
<head>
<title>GrADS command: draw mark</title>
</head>
<body bgcolor="e0f0ff" text="#000000">
<H2><B>draw mark</B></H2><P>
<code>draw mark <i>marktype x y size</i></code>
<p>
Draws a marker of type <code><i>marktype</i></code> at position
<code><i>x, y</i></code> at the requested <code><i>size</i></code>.
The <code><i> marktype</i></code> may be one of the following:
<ul>
<pre>
0 - none
1 - plus sign
2 - open circle
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>
<p>
<h3>Usage Notes</h3>
<p>
<h3>Examples </h3>
</body>
</html>
|