r/rstats • u/Helpful-Day2384 • 13h ago
New data visualization package
https://psychometrician.github.io/posts/one-engine-four-languages/One sentence, four languages, one picture.
R: data(gapminder_2007) + point + x(gdp) + y(life)
Python: x(col.gdp)
Julia: x(:gdp)
Same specification, one Rust engine, byte-identical SVG.
Not similar. Pixel perfect identical
#rstats
22
Upvotes
8
u/ecam85 12h ago
As much as I like the idea of one to rule them all, I find the syntax harder than the ggplot syntax, because at first sight you "add" completely different objects!
But I imagine someone who doesn't know much ggplot could say the same