On Wed, Apr 26, 2006 at 03:13:45PM -0700, William Yardley wrote: > Hey - I'm graphing some APC power strips using the RRDTool::OO perl > module. > > Example at: > http://veggiechinese.net/example.png > > I'd like to print the values next to the legend items beneath, rather > than having them separate. However, no matter what order I put the > statements in my code, the legend items seem to come first, and the > gprint items come second. > > I can post some exact code snippets if it's helpful, but does anyone who > has experience with RRDTool::OO know how I can work around this?
Try writing an example in ascii. You now have: * Combined Ave. * Max1 * Ave1 * Max2 and so on Combined Ave: 14.53 Max1: 11.52 Max2: 12.30 and so on What are you trying to accomplish? -- Alex van den Bogaerdt http://www.vandenbogaerdt.nl/rrdtool/ -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
