[rt-users] stats
Jeff Mottishaw
jmottishaw at voyus.com
Tue Mar 26 15:11:34 EST 2002
Just another note (sorry for not including this in my original email)
% $url .= "&width=750";
% $url .= "&height=400&";
(or whatever numbers you may like) can be added as well to override the
default graph size of 400x300
-----Original Message-----
From: Jeff Mottishaw
Sent: Tuesday, March 26, 2002 11:50 AM
To: rt-users at lists.fsck.com
Subject: [rt-users] stats
I can't remember who it was that was asking about labels for the axis (on
the stats package)
its really simple to do..
example in the DayofWeek.html, just above
% chop $url;
paste this code
% $url .= "title=Title%20here%20followed%20by%20a%20space%20";
% $url .= "&y_label=y%20label";
% $url .= "&x_label=x%20label&";
I am a perl rookie, but the graph works for me.. and has a title, and labels
on the axis.. hope this helps..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20020326/b6506da9/attachment.htm>
More information about the rt-users
mailing list