Y
Hacker News
new
|
ask
|
show
|
jobs
by
1980phipsi
2335 days ago
D has a similar ggplot package:
https://code.dlang.org/packages/ggplotd
1 comments
platz
2335 days ago
well, somewhat similar unless you consider the difference between a native port of a library vs shipping actual ggplot commands over to a real instance of R, which is what inline-r does (with some tradeoffs due to that, of course)
link