<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>stats</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>I can't remember who it was that was asking about labels for the axis (on the stats package)</FONT>
<BR><FONT SIZE=2>its really simple to do..</FONT>
</P>

<P><FONT SIZE=2>example in the DayofWeek.html, just above</FONT>
</P>

<P><FONT SIZE=2>% chop $url;</FONT>
</P>

<P><FONT SIZE=2>paste this code</FONT>
</P>

<P><FONT SIZE=2>%  $url .= "title=Title%20here%20followed%20by%20a%20space%20";</FONT>
<BR><FONT SIZE=2>%  $url .= "&y_label=y%20label";</FONT>
<BR><FONT SIZE=2>%  $url .= "&x_label=x%20label&";</FONT>
</P>

<P><FONT SIZE=2>I am a perl rookie, but the graph works for me.. and has a title, and labels on the axis.. hope this helps..</FONT>
</P>

</BODY>
</HTML>