.ig >>
<STYLE TYPE="text/css">
<!--
        A:link{text-decoration:none}
        A:visited{text-decoration:none}
        A:active{text-decoration:none}
-->
</STYLE>
<title>ploticus: ploticus handbook - contents</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>Ploticus Handbook - Contents</h2></td>
  <td align=right>
  <small>
  <a href="../doc/Welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
  <a href="../doc/Welcome.html">Welcome</a> &nbsp; &nbsp;
  <a href="../gallery/index.html">Gallery</a> &nbsp; &nbsp;
  <a href="../doc/Contents.html">Handbook</a> 
  <td></tr></table>
</td></tr>
<td>
<br>
<br>
.>>

.TH Ploticus_Handbook_-_Contents PL "11-JAN-2002   PL ploticus.sourceforge.net"

.ig >>
<b>GENERAL INFO</b><br>
<ul>
<a href="Welcome.html">Welcome - introduction</a><br>
<a href="Faq.html">FAQ</a><br>
<a href="Versions.html">What's new</a><br>
<a href="dataformat.html">Plot data file formats</a><br>
<a href="scaleunits.html">Scaling and various types of plottable units</a><br>
<a href="web.html">Uses: &nbsp; &nbsp; web pages</a> &nbsp; &nbsp;
<a href="clickmap.html">clickmaps</a><img src="../gallery/gif/new.gif"> &nbsp; &nbsp;
<a href="svg.html">SVG</a> &nbsp; &nbsp;
<a href="cgi.html">CGI</a> &nbsp; &nbsp;
<a href="paper.html">hard copy</a> &nbsp; &nbsp;
<a href="posters.html">posters</a> &nbsp; &nbsp;
<a href="slides.html">slides</a> &nbsp; &nbsp;
<a href="interactive.html">X11</a>
<br>
<a href="../gallery/index.html">Gallery of examples</a>
</ul>
<br>
<b>PROGRAMS</b> - command line utilities 
<ul>
<a href="pl.1.html">The pl program</a><br>
<a href="pltab.1.html">The pltab program</a><br>
</ul>
<br>
<b>PREFABS</b><img src="new.gif"> - 
produce graphs quickly from the command line without coding scripts
<br>
<ul>
<a href="prefabs.html">Intro to prefabs</a><br>
<a href="prefab_stdparms.html">Standard prefab parameters</a><br>
<a href="prefab_chron.html">chron</a> - display chronological data<br>
<a href="prefab_dist.html">dist</a> - frequency distribution histograms<br>
<a href="prefab_lines.html">lines</a> - line plots<br>
<a href="prefab_pie.html">pie</a> - pie graphs<br>
<a href="prefab_scat.html">scat</a> - scatterplots with correlations<br>
<a href="prefab_stack.html">stack</a> - stacked bar graphs<br>
<a href="prefab_vbars.html">vbars</a> - bar graphs<br>
<a href="prefab_draw.html">draw</a> - interpret ploticus draw commands<br>
</ul>
<br>
<a name=scripts></a>
<b>SCRIPTS</b> - 
for maximum flexibility and customization.
<ul>
<a href="scripts.html">Introduction to scripts</a><br>
&nbsp; &nbsp; <a href="scripts.html#procs">Using procs and attributes; #proc, #procdef, #saveas, #clone</a><br>
&nbsp; &nbsp; <a href="scripts.html#syntax">Syntax and variables</a><br>
&nbsp; &nbsp; <a href="scripts.html#directives">Flow of control directives such as #set and #if</a><br>
&nbsp; &nbsp; <a href="plshellsql.html">Using #shell and #sql</a><br>
<a href="variables.html">Reserved variables</a><br>
<a href="functions.html">Functions</a><br>
<a href="../gallery/Listall.html">Script examples: &nbsp; Index</a> &nbsp; &nbsp;
<a href="../thumbpng/Viewall.html">PNG thumbnails</a> &nbsp; &nbsp;
<a href="../thumbnails/Viewall.html">GIF thumbnails</a>
<br>
<br>
<b>PLOTTING PROCS</b><br>
<a href="annotate.html">Proc Annotate</a> - add annotation<br>
<a href="areadef.html">Proc Areadef</a> - define a plotting area<br>
&nbsp; &nbsp; <a href="autorange.html">Automatic scaling</a><br>
<a href="axis.html"> Proc Axis (Xaxis/Yaxis)</a> - render an axis<br>
<a href="bars.html">Proc Bars</a> - bar graphs, histograms, error bars<br>
<a href="curvefit.html">Proc Curvefit</a> - generate a curve from data points<br>
<a href="drawcommands.html">Proc Drawcommands</a> - draw using command set<br>
<a href="getdata.html">Proc Getdata</a> - get or specify plot data<br>
<a href="legend.html">Proc Legend</a> - render a legend<br>
<a href="line.html">Proc Line</a> - draw arbitrary lines<br>
<a href="lineplot.html">Proc Lineplot</a> - produce a line plot<br>
<a href="page.html">Proc Page</a> - set page-wide attributes/ break page<br>
<a href="pie.html">Proc Pie</a> - produce a pie graph<br>
<a href="rangebar.html">Proc Rangebar</a> - produce a rangebar / boxplot<br>
<a href="rangesweep.html">Proc Rangesweep</a> - produce a range sweep<br>
<a href="scatterplot.html">Proc Scatterplot</a> - produce a scatterplot<br>
<p>
<b>UTILITY PROCS</b><br>
<a href="bevelrect.html">Proc Bevelrect</a> - draw a bevelled rectangle <br>
<a href="breakaxis.html">Proc Breakaxis</a> - break an axis for display of extreme values<br>
<a href="catslide.html">Proc Catslide</a> - adjust placement of categories<br>
<a href="datesettings.html">Proc Datesettings</a> - control details of date handling<br>
<a href="defineunits.html">Proc Defineunits</a> - explicitly define scaling units<br>
<a href="endproc.html">Proc Endproc</a> - mark the end of a proc's attributes<br>
<a href="import.html">Proc Import</a> - import an external PNG image file<br>
<a href="legendentry.html">Proc Legendentry</a> - define a legend entry explicitly<br>
<a href="originaldata.html">Proc Originaldata</a> - reference original data set<br>
<a href="print.html">Proc Print</a> - show outliers, contents of variables, etc.<br>
<a href="processdata.html">Proc Processdata</a> - process data set in various ways<br>
<a href="tabulate.html">Proc Tabulate</a> - perform tabulations & frequency distributions<br>
<a href="trailer.html">Proc Trailer</a> - specify data at end of script<br>
</ul>
<br>
<b>ATTRIBUTES</b><br>
<ul>
<a href="attributetypes.html">Basic attribute types</a><br>
<a href="color.html">Colors</a><br>
<a href="condex.html">Conditional expressions</a><br>
<a href="linedetails.html">Linedetails</a><br>
<a href="symboldetails.html">Symboldetails</a><br>
<a href="textdetails.html">Textdetails</a><br>
<a href="fonts.html">Fonts</a><img src="new.gif"><br>
<a href="dates.html">Dates</a><br>
<a href="times.html">Times</a><br>
</ul>
<br>
<b>APPENDIX</b><br>
<ul>
<a href="config.html">Ploticus configuration files</a><br>
<a href="nonunix.html">Notes for non-unix environments</a> <img src="new.gif"><br>
<a href="specialchars.html">Special characters</a><br>
<a href="limits.html">Program limitations</a><br>
<a href="Copyright.html">Copyright and permissions <img src="../doc/gpl.gif" border=0></a><br>
<a href="http://ploticus.sourceforge.net">Home page (ploticus.sourceforge.net)</a><br>
<a href="http://ploticus.sourceforge.net/doc/Download.html">Downloading the software</a><br>
<a href="Feedback.html">User comments and feedback</a><br>
<a href="Problems.html">Correspondence, troubleshooting, & bug reports</a><br>
</ul>
.>>

.ig >>
<br>
<br>
</td></tr>
<td align=right>
<a href="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>
.>>
