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.-->
<html>
<head>
<title>GrADS Command: set clevs</title>
</head>
<body bgcolor="e0f0ff" text="#000000">
<h2><b>set clevs</b></h2>
<p>
<code>set clevs <i>lev1 lev2 lev3 ... levN</i></code>
<p>
Sets specific contour levels.
<p>
<h3>Usage Notes</h3>
<ol>
<li>
Contour levels are reset with every execution of <a
href="gradcomdclear.html"><code>clear</code></a> or <a
href="gradcomddisplay.html"><code>display</code></a>.
<p>
<li>
<code>set clevs</code> is often used with <a
href="gradcomdsetccols.html"><code>set ccols</code></a> to override
the default settings and specify exact contour levels and the colors
that go with them.
<p>
<li>See section of User's Guide on <a href="colorcontrol.html">controlling colors in Grads</a> for more details.
</ol>
<p>
<h3>Examples </h3>
</body>
</html>
|