Funny, I just asked the development list if they had plans to support this.
To answer your question: No, threre is not support for multiple scalable Y-Axis in the stable release (not sure if anyone has done anything like this in the CVS). There are, however, a couple of CDEF tricks that get similiar functionality. 1.) You can color one datasource (or the background) based on the value of another datasource. For more info checkout: http://www.ee.ethz.ch/~slist/rrd-users/msg06212.html or http://www.ee.ethz.ch/~slist/rrd-users/msg04663.html 2.) You can turn one stack/area negative: DEF:def1=/opt/to/rrdfile.rrd:ds1:AVERAGE CDEF:rev1=def1,-1,* HTH Aaron Spiegel Quoting Sven Engelhardt <[EMAIL PROTECTED]>: > > Dear all, > > I want to display multiple value of different scale in the same graph. > Is it possible to add an additional axis to the right hand side of the > graph? > > thanks in advance, > > Sven > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/rrd-users > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
