<!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>RE: [rt-users] stats</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Just another note (sorry for not including this in my original email)</FONT>
</P>

<P><FONT SIZE=2>% $url .= "&width=750";</FONT>
<BR><FONT SIZE=2>% $url .= "&height=400&"; </FONT>
</P>

<P><FONT SIZE=2>(or whatever numbers you may like) can be added as well to override the default graph size of 400x300</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Jeff Mottishaw </FONT>
<BR><FONT SIZE=2>Sent: Tuesday, March 26, 2002 11:50 AM</FONT>
<BR><FONT SIZE=2>To: rt-users@lists.fsck.com</FONT>
<BR><FONT SIZE=2>Subject: [rt-users] stats</FONT>
</P>
<BR>

<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>
<BR><FONT SIZE=2>example in the DayofWeek.html, just above </FONT>
<BR><FONT SIZE=2>% chop $url; </FONT>
<BR><FONT SIZE=2>paste this code </FONT>
<BR><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>
<BR><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>