branch: elpa/telephone-line commit 54850e413d34efbff18d1100ca659f1c6dc7ab6e Author: Daniel Bordak <dbor...@fastmail.fm> Commit: Daniel Bordak <dbor...@fastmail.fm>
Switch to create-trig-axis all the timeNow that the algorithm works properly, we can assume a trig axis -- no rounding errors means it'll still be clear for everything else. --- telephone-line-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telephone-line-utils.el b/telephone-line-utils.el index 491325ed8c..198151b0a2 100644 --- a/telephone-line-utils.el +++ b/telephone-line-utils.el @@ -161,7 +161,7 @@ color1 and color2." (width (telephone-line-separator-width obj)) (normalized-axis (telephone-line--normalize-axis (mapcar (oref obj axis-func) - (telephone-line-create-axis height)))) + (telephone-line-create-trig-axis height)))) (range (seq-max normalized-axis)) (scaling-factor (/ (1- width)(float range)))) (mapcar (lambda (x)