[rrd-users] creating fancy graphs

Dave Plonka plonka at doit.wisc.edu
Wed Feb 4 01:15:49 CET 2009


Hi Matthew,

On Tue, Feb 03, 2009 at 03:57:20PM -0800, Matthew Sacks wrote:
> does anyone happen to know how this graph could be created?
> 
> http://oss.oetiker.ch/rrdtool/gallery/charles.png

You could prototype that easily with RRGrapher:
   http://net.doit.wisc.edu/~plonka/RRGrapher/

To plot below the line you just use an RPN expression multiplying the
desired quantity by -1.

Whether in the positive or negative direction, just stack the values
on top of each other.

For graphs like this, first put all the positive ones (the one nearest
the horizontal axis is AREA, then the rest STACK), and then all the
negative ones (same: AREA, then the rest STACKed).  (i.e. don't alternate
the positive and negative when you order them on the command line.)

Dave

-- 
plonka at doit.wisc.edu  http://net.doit.wisc.edu/~plonka/  Madison, WI



More information about the rrd-users mailing list