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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
.ig >>
<STYLE TYPE="text/css">
<!--
A:link{text-decoration:none}
A:visited{text-decoration:none}
A:active{text-decoration:none}
OL,UL,P,BODY,TD,TR,TH,FORM { font-family: arial,helvetica,sans-serif;; font-size:small; color: #333333; }
H1 { font-size: x-large; font-family: arial,helvetica,sans-serif; }
H2 { font-size: large; font-family: arial,helvetica,sans-serif; }
H3 { font-size: medium; font-family: arial,helvetica,sans-serif; }
H4 { font-size: small; font-family: arial,helvetica,sans-serif; }
-->
</STYLE>
<title>ploticus: script examples gallery - vector plots</title>
<body bgcolor=D0D0EE vlink=0000FF>
<br>
<br>
<center>
<table cellpadding=2 bgcolor=FFFFFF width=550><tr>
<td>
<table cellpadding=2 width=550><tr>
<td><br><h2>Script examples gallery - Vector plots</h2></td>
<td align=right>
<small>
<a href="../doc/welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
Version 2.33 Jun'06
</small><br><a href="../doc/scripthome.html">Scripts</a>
<td></tr></table>
</td></tr>
<td>
<br>
<br>
.>>
.TH Script_examples_gallery_-_Vector_plots PL "02-JUN-2006 PL ploticus.sourceforge.net"
.ig >>
This page contains examples
illustrating vector plots.
These examples all use ploticus's
<a href="../doc/vector.html">proc vector</a>.
<br><br><br>
<h3> Example 1</h3>
<br><a href="vector1.htm">vector1<br><img src="vector1.gif"></a>
<br>
A vector plot with proc scatterplot invoked to display red dots
and labels.
<br><br><br>
<h3> Example 2</h3>
<br><a href="vector2.htm">vector2<br><img src="vector2.gif"></a>
<br>
A vector plot where direction is the main feature.
<br><br><br>
<h3> Example 3</h3>
<br><a href="vector3.htm">vector3<br><img src="vector3.gif"></a>
<br>
Direction and color can be controlled by data fields.
The legend structure is used to map data values to colors.
<br><br><br>
<h3> Example 4</h3>
<br><a href="vector4.htm">vector4<br><img src="vector4.gif"></a>
<br>
Color, dashing, and line thickness can be controlled directly from data fields
(version 2.20+)
<br><br><br>
<h3>Example 5</h3>
<br><a href="vecbars.htm">vecbars<br><img src="vecbars.gif"></a>
<br>
Proc vector can generate arbitrary-direction error bars and T bars
(version 2.21+)
<br><br><br>
<h3> Example 6</h3>
<br><a href="windbarbs.htm">windbarbs<br><img src="windbarbs.gif"></a>
<br>
Wind barbs example.
.>>
.ig >>
<br>
<br>
</td></tr>
<td align=right>
<a href="../doc/welcome.html">
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine <br>
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
<br>
<br>
<center>
<img src="../gallery/all.gif">
</center>
</td></tr>
</table>
<br>
<center>
Ploticus is hosted at http://ploticus.sourceforge.net <br>
<img src="http://sourceforge.net/sflogo.php?group_id=38453" width="88" height="31" border="0" alt="SourceForge Logo">
</center>
.>>
|