The first should be an area, the second a stack. You actually have two area statements here: AREA:usratemi#d0ffd0:Upstream \ AREA:dsratemi#d0d0ff:Downstream:STACK \
Instead: AREA:usratemi#d0ffd0:Upstream \ STACK:dsratemi#d0d0ff:Downstream \ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Collard Sent: Saturday, December 24, 2005 19:28 To: [email protected] Subject: [rrd-users] Stacking... Can't seem to get the stacking working... This is the graphing command: rrdtool graph test.png -i --end now --start -30m --width 600 \ --height 200 -l 0 --title 'DSL stats' \ DEF:dsratemi=/var/db/604t.rrd:dsrate:MIN \ DEF:usratemi=/var/db/604t.rrd:usrate:MIN \ AREA:usratemi#d0ffd0:Upstream \ AREA:dsratemi#d0d0ff:Downstream:STACK \ LINE2:usratemi#00FF00 \ LINE2:dsratemi#0000FF \ HRULE:0#000000 \ The second area just goes straight over the top of the the first. I've had a look around for examples without success. Also, can't find a substitute for HRULE:0#000000, LINE just complains about the '0'. Cheers -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
