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
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