Re: [rrd-users] right-axis parameters based on variables

2011-07-29 Thread Simon Hobson
Yael wrote: >I'm trying to scale and shift the right y-axis based on the min and max of >some lines, which I don't know ahead of time. I have the scale and shift >defined with vdef, but now I don't know if I can use them in "right-axis >scale:shift". Is there any way to use vdef variables for scal

Re: [rrd-users] right-axis parameters based on variables

2011-07-29 Thread Tobias Oetiker
Hi Yael, for that you hve to run rrdtool twice, first to determine the parameters (use PRINT) and then the second time with the appropriate configuration. cheers tobi Yesterday Yael wrote: > Hello, > > I'm trying to scale and shift the right y-axis based on the min and max of > some lines, whi