Hacker News new | ask | show | jobs
by sebastiansm 813 days ago
It's great that the RStudio team is working on Python libraries.

Hope to see dplyr and ggplot someday on Python.

2 comments

You should check out https://siuba.org and https://plotnine.org :)
plotnine is a ggplot also funded by Posit (though, externally developed)

https://plotnine.org/

I use plotnine whenever I need to make (static) plots in Python. It's really quite well done, a close match to R's ggplot2, and more feature complete than any of the other Python grammar of graphics packages I've tried.