/usr/share/doc/grads/html/gradcomddrawwxsym.html is in grads 2:2.0.2-8build1.
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 | <!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->
<style type="text/css">
body {
background-color: #e0f0ff;
}
</style>
<H2><B>draw wxsym</B></H2>
<P>
<code>draw wxsym <i>symbol x y size
<color <thickness>></i></code><p>
Draws the specified <code>wx</code> symbol at the specified location.
where:<p>
<ul><code><i>symbol</i></code> is
an integer specifying what symbol to
draw<br>
<code><i>x</i></code> x
location, in plotter inches<br>
<code><i>y</i></code> y
location<br>
<code><i>size</i></code> size
of the symbol <br>
<code><i>color</i></code> color
of symbol. Use <code>-1</code> (the default) to get
standard colors (red for storm, blue for snow, etc)<br>
<code><i>thickness</i></code> line
thickness of the symbol (default is 3)
</ul>
<p>
<H3>Usage Notes</H3><P>
<ol>
<li>To see what symbols are available, run the script <code><a href="ftp://cola.gmu.edu/grads/scripts/wxsym.gs">wxsym.gs</a></code> to see how to issue the <code>wxsym</code>
command.
<li>To change the default colors of the weather symbols, use <code><a href="gradcomdsetwxcols.html">set wxcols</a></code><br>
</ol>
<H3>Examples</H3><P>
|