Lets-plot: An interactive Python plotting library using ggplot's API
1–10 of 62 posts
Re: Lets-plot: An interactive Python plotting library using ggplot's API
#2Re: Lets-plot: An interactive Python plotting library using ggplot's API
#3Re: Lets-plot: An interactive Python plotting library using ggplot's API
#4How is it different from plotnine? https://projectcodeed.blogspot.com/2020/07/ggplot-grammar-of...
Re: Lets-plot: An interactive Python plotting library using ggplot's API
#5I don’t think ggplot2 has API
> The Lets-Plot for Python library includes a native backend and a Python API, which was mostly based on the ggplot2 package well-known to data scientists who use R.
> R ggplot2 has extensive documentation and a multitude of examples and therefore is an excellent resource for those who want to learn the grammar of graphics.
> Note that the Python API being very similar yet is different in detail from R. Although we have not implemented the entire ggplot2 API in our Python package, we have added a few new features to our Python API.
Re: Lets-plot: An interactive Python plotting library using ggplot's API
#6Re: Lets-plot: An interactive Python plotting library using ggplot's API
#7I don’t think ggplot2 has API
Re: Lets-plot: An interactive Python plotting library using ggplot's API
#8Re: Lets-plot: An interactive Python plotting library using ggplot's API
#9How is it different from plotnine? https://projectcodeed.blogspot.com/2020/07/ggplot-grammar-of...
From a cursory glance at both projects, it looks like plotnine doesn't do interactivity, for a start?
Re: Lets-plot: An interactive Python plotting library using ggplot's API
#10I've been a Python lover for decades. I dislike a lot of characteristics of the R language, but the ggplot2 package is superior to anything in Python visualization space. It is really excellent.