.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 vbars 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 vbars prefab</h2></td>
  <td align=right>
  <small>
  <a href="../doc/welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
  Version 2.40 Jan'08
     </small><br><a href="../doc/prefabs.html">Prefabs</a>
  <td></tr></table>
</td></tr>
<td>
<br>
<br>
.>>

.TH Examples_using_vbars_prefab PL "15-JAN-2008   PL ploticus.sourceforge.net"

.LP
These examples use the
.ig >>
<a href="prefab_vbars.html">
.>>
\0vbars prefab
.ig >>
</a>
.>>
and are included in the distribution (\fC./pltestsuite/testpf_vbars\fR)
.ig >>
<a href="prefab_gallery.html">
.>>
\0Gallery of ALL prefab examples
.ig >>
</a>
.>>


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

.SH vbars example 1
.LP
.ig >>
<center><table cellpadding=2><tr>
<td><img src="../gallery/prefab_img/vbars1.gif"></td></tr>
</table></center>
.>>
.LP
.nf
  pl  -prefab vbars  data=data4  delim=tab  x=1  y=2  vals=yes\\
       yrange=0  yinc=20  ygrid=yes  barwidth=0.3 

	data4 file:
		Group A	78	7
		Group B	84	12
		Group C	56	6

.fi
.SH vbars example 2
.ig >>
<center><table cellpadding=2><tr>
<td><img src="../gallery/prefab_img/vbars2.gif"></td></tr>
</table></center>
.>>
.LP
.nf
   pl -prefab vbars  data=data5  delim=tab  x=1  y=2  err=3  \\
   y2=4  err2=5  errunder=yes  ygrid=yes  barwidth=0.1  \\
     name=Treatment  name2=Control stubvert=yes 

    data5 file:
	Test 3	76	19	84	14
	Test 4	83	12	64	9
	Test 5	95	11	92	13
	...etc..

.fi
.SH vbars example 3
.ig >>
<center><table cellpadding=2><tr>
<td><img src="../gallery/prefab_img/vbars3.gif"></td></tr>
</table></center>
.>>
.LP
.nf
  pl -prefab vbars  data=data5  delim=tab  x=1  y=2  err=3  y2=4  \\
  err2=5   erronly=yes   name=Treatment  name2=Control  stubvert=yes \\
  errcolor=red  errcolor2=blue  sep=0.08  xgrid=yes  ylog=log

.fi

.SH vbars example 4
.ig >>
<center><table cellpadding=2><tr>
<td><img src="../gallery/prefab_img/vbars4.gif"></td></tr>
</table></center>
.>>
.nf
   pl -prefab vbars  data=data18  x=1  y=2  crossover=0  \\
   color=blue  vals=yes

   The data18 file:
	1992	-47
	1993	-63
	1994	-24
	1995	12
	..etc.
.fi

.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 &nbsp; <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>
.>>
