/usr/share/doc/grads/html/gradcomdsetylevs.html is in grads 3:2.2.0-2.
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 39 40 41 42 | <!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->
<html>
<head>
<title>GrADS Command: set ylevs</title>
</head>
<body bgcolor="e0f0ff" text="#000000">
<h2><b>set ylevs</b></h2>
<p>
<code>set ylevs <i>lev1 lev2 ... levN</i></code>
<p>
Allows the user to specify each individual labeled tick mark for the Y-axis.
<p>
<h3>Usage Notes</h3>
<ol>
<li>Reset by <a href="gradcomdclear.html">clear</a>, but not <a
href="gradcomddisplay.html">display</a>.
<p>
<li><code>set ylevs</code> will override the tick mark interval specified with the
<a href="gradcomdsetylint.html"><code>set ylint</code></a> command.
<p>
<li>If you use <a href="gradcomdsetyaxis.html"><code>set
yaxis</code></a> to specify labeled tick marks and also invoke
<code>set ylevs</code>, then the tick marks <code><i>lev1
... levN</i></code> specified with <code>set ylevs</code> will appear
if they fall within the <code><i>start</i></code> and
<code><i>end</i></code> range specified in the <a
href="gradcomdsetyaxis.html"><code>set yaxis</code></a> command.
<p>
<li>This command does not apply to a date/time axis.
</ol>
<p>
<h3>Examples </h3>
</body>
</html>
|