File: gradcomdsetcstyle.html

package info (click to toggle)
grads 3%3A2.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,336 kB
  • sloc: ansic: 61,642; sh: 10,612; makefile: 201; python: 3
file content (49 lines) | stat: -rw-r--r-- 1,262 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
46
47
48
49
<!--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 cstyle</title>
</head>
<body bgcolor="e0f0ff" text="#000000">

<h2><b>set cstyle</b></h2>
<p>
<code>set cstyle <i>style</i></code>

<p>
Sets the contour linestyle. <code><i>style</i></code> options are:

<p>
<ul>
<code>0 </code>- no contours <br>          
<code>1 </code>- solid <br>          
<code>2 </code>- long dash <br>  
<code>3 </code>- short dash <br>  
<code>4 </code>- long dash, short dash <br>  
<code>5 </code>- dotted <br>  
<code>6 </code>- dot dash <br>  
<code>7 </code>- dot dot dash <br>  
</ul>


<p>
<h3>Usage Notes</h3>
<ol>
<li><code>set cstyle</code> is reset by entering <a
href="gradcomdclear.html"><code>clear</code></a> or <a
href="gradcomddisplay.html"><code>display</code></a>.
<p>
<li><code>set cstyle 0</code> will generate the following message:
<code>"WARNING cstyle = 0 ; no lines will be plotted; I suggest 1
..."</code>. However, it may be used with <a
href="gradcomdsetcmark.html"><code>set cmark</code></a> for drawing a
'line' plot with marks at all the data points that are not connected
by a line.
</ol>

<p>
<h3>Examples </h3>


</body>
</html>