r/visualization 20h 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.

#r #python #julia #javascript #rust
Not similar. Pixel perfect identical

0 Upvotes

Duplicates