Ggplot Implementation in Python(plotnine.readthedocs.io)
plotnine.readthedocs.io
Ggplot Implementation in Python
https://plotnine.readthedocs.io/en/stable/index.html
2 comments
I find the gallergy for plotnine to be lacking content. In contrast, I can usually use seaborn's gallery to figure out what I need to do.
Plotnine is quite close to ggplot so my learning curve was negligible. I get the impression plotnine's adoption hasn't been huge and I'm wondering why. Is there a lack of beginner material, targeted to python/pandas users? There's lots of introductory ggplot material but it's all R and assumes dplyr/tidy knowledge, which would all be foreign to python/pandas people.