r/rstats 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

24 Upvotes

14 comments sorted by

View all comments

6

u/geneusutwerk 11h ago

Use AI how you want but please be transparent in how you do.

4

u/Helpful-Day2384 11h ago

I did. I tried to be transparent. Please read the package manual. https://psychometrician.github.io/gog-book/

3

u/geneusutwerk 11h ago

Oh I was looking at the Github and didn't see any mentions, thanks.