File: gradcomdsetylevs.html

package info (click to toggle)
grads 3%3A2.2.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,396 kB
  • sloc: ansic: 61,645; sh: 10,612; makefile: 206; python: 3
file content (45 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download | duplicates (9)
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 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>