Hacker News new | ask | show | jobs
by _pastel 3417 days ago
Note also their x axis is on a log scale, which makes the edges linear instead of curved. E.g.:

plot(a + b, log(a/b), xlim=c(1, 2), log="x")

1 comments

ah, thanks. I missed that.