yhat / ggpy

ggplot port for python
http://yhat.github.io/ggpy/
BSD 2-Clause "Simplified" License
3.69k stars 573 forks source link

Looking for `ggplot` substitution #679

Closed botbw closed 7 months ago

botbw commented 10 months ago

Hi I'm working on a project using ggplot.

It seems this repo hasn't been updated for years, and many modules/functions used have been deprecated (For example, the pandas import error).

Would like to know if there is any "API-wise" substitution lib for gglot so I can do something like import XXX as ggplot

DesmondChoy commented 7 months ago

Try plotnine - it has a very similar syntax.

botbw commented 7 months ago

Try plotnine - it has a very similar syntax.

Thanks Desmond, I'll have a look!