Y
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
hadley
813 days ago
You should check out
https://siuba.org
and
https://plotnine.org
:)
link
randyzwitch
813 days ago
plotnine is a ggplot also funded by Posit (though, externally developed)
https://plotnine.org/
link
kyllo
813 days ago
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.
link