rrdtool1: modify logarithmic scale labelling
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Sun, 26 Apr 2020 20:10:43 +0000 (21:10 +0100)
committerKevin Darbyshire-Bryant <6500011+ldir-EDB0@users.noreply.github.com>
Tue, 5 May 2020 10:58:49 +0000 (11:58 +0100)
commitedc41b26ab1e78d55e87c79562d8430b87d314a7
tree747094640fbd4d473980c6179d8ff080834524b9
parentd6caf776aeaba806f0d528d9504fc19e13e8211b
rrdtool1: modify logarithmic scale labelling

The y-axis graph labels in logarithmic mode display in 'scientific'
notation eg: '1e+00' for 0, '1e+01' for 10, '1e+02' for 100 and so on.
This IMO is a pain in the backside for non scientific humans to read.

Modified output to display numbers up to 99,999 in conventional decimal
format and to revert to scientific notation for larger, thus the same
display space is taken.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
utils/rrdtool1/Makefile
utils/rrdtool1/patches/040-no-e-notation-on-log-display.patch [new file with mode: 0644]