Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
_pastel
on Feb 8, 2017
|
parent
|
context
|
favorite
| on:
What programming languages are used most on weeken...
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")
mhermher
on Feb 8, 2017
[–]
ah, thanks. I missed that.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
plot(a + b, log(a/b), xlim=c(1, 2), log="x")