On Sat, May 10, 2008 at 5:39 PM, Alex van den Bogaerdt
<[EMAIL PROTECTED]> wrote:
> You _are_ dividing all values above 20000 by 10.  But it seems to
> me you want to divide only the portion above 20000 by 10 and add
> this to 20000.
>
> 1:  Why ?

The rest of the data this particular graph displays doesnt vary much,
so when apache_bytes gets to a certain point, the other data isn't
very legible.

> if (x>20000) then return (x-20000)/10+20000
> else return x

Thank you, I'll try and figure this out.

-- 
aRDy Music and Rick Dicaire present:
http://www.ardynet.com
http://www.ardynet.com:9000/ardymusic.ogg.m3u

_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to