.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: examples using the lines prefab</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>Examples using the lines prefab</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/prefabs.html">Prefabs</a>
  <td></tr></table>
</td></tr>
<td>
<br>
<br>
.>>

.TH Examples_using_the_lines_prefab PL "02-JUN-2006   PL ploticus.sourceforge.net"

.LP
These examples all use
.ig >>
<a href="prefab_lines.html">
.>>
\0the lines prefab.
.ig >>
</a>
.>>
All examples are included in the distribution (\fC./pltestsuite/testpf_lines\fR).
.ig >>
<a href="prefab_gallery.html">
.>>
\0Gallery of ALL prefab examples
.ig >>
</a>
.>>


.ig >>
<br><br><br>
.>>

.SH lines example 1
.ig >>
<center><table cellpadding=2><tr>
<td><img src="../gallery/prefab_img/lines1.gif"></td></tr>
</table></center>
.>>
.LP
.nf
   pl -prefab lines  data=data17  x=1 y=2  pointsym=none

   The data17 file:
	331 75
	331.624 83.5518
	332.105 88.7758
	..etc.


.fi

.SH lines example 2
.ig >>
<center><table cellpadding=2><tr>
<td><img src="../gallery/prefab_img/lines2.gif"></td></tr>
</table></center>
.>>
.LP
.nf
   pl  -prefab lines data=data10 delim=tab  x=1  y=2  y2=4  step=yes \\
     yrange=0 name="Group A" name2="Group B" xlbl=Months


.fi

.SH lines example 3
.LP
.ig >>
<center><table cellpadding=2><tr>
<td><img src="../gallery/prefab_img/lines3.gif"></td></tr>
</table></center>
.>>
.LP
.nf
   pl  -prefab lines  data=data10 delim=tab  x=1  y=2 err=3  y2=4 err2=5  \\
       y3=6 err3=7  y4=8 err4=9   yrange=0  xlbl=Months \\
       name="Group A" name2="Group B" name3="Group C" name4="Group D" 

   The data10 file:
       0	100	2	100	4	100	3	100	4
       1.5	92	4	94	7	87	6	86	5
       3	89	4	92	8	78	6	74	4
       6	86	5	91	8	65	8	61	6
       ..etc.

.fi

.SH lines example 4
.LP
.ig >>
<center>
<img src="../gallery/prefab_img/lines4.gif">
</center>
.>>
.LP
.nf
   pl -prefab lines  data=data20  x=1  y=2 

   The data20 file:
      1031 20.96 6.4
      1032 19.71 5.8
      1033 19.98 5.9
      ... etc.

.fi

.SH lines example 5
.LP
.ig >>
<center>
<img src="../gallery/prefab_img/lines5.gif">
</center>
.>>

.LP
.nf
  pl -prefab lines  data=data20  x=1  y=2  fill=redorange pointsym=none  \\
	y2=2 pointsym2=none  
.fi
In this example the same data field was given twice, first to do the filled
area, and again to do the blue line.

.ig >>
<br><br><br>
.>>

.SH lines example 6
.LP
.ig >>
<center>
<img src="../gallery/prefab_img/lines6.gif">
</center>
.>>

.LP
.nf
   pl -prefab lines  data=data20  x=1  y=2  gapmissing=yes 

.fi

.SH lines example 7
.LP
.ig >>
<center>
<img src="../gallery/prefab_img/lines7.gif">
</center>
.>>

.LP
.nf
   pl -prefab lines  data=data20  x=1  y=2  fill=tan1  pointsym=none  \\
	y2=2 pointsym2=none  y3=3  pointsym3=none  linedet3=color=black \\
	yrange="0 25"  name="background" name3="interior" 

.fi

.ig >>
<br><br><br>
.>>

