Plotnine
plotnine.org
Plotnine
1–10 of 83 posts
Re: Plotnine
#2Re: Plotnine
#3Using operator overloading of "+" to configure the plot is... a choice.
Re: Plotnine
#4Re: Plotnine
#5... I love the idea of a new python plotting library, but why is this anti-pattern so common with plotting libs?
Re: Plotnine
#6`from plotnine import *` ... I love the idea of a new python plotting library, but why is this anti-pattern so common with plotting libs?
Whilst it's still not yet at 1.0.0, it's not that new: the first (0.1.0) release was in 2017: https://pypi.org/project/plotnine/#history
Re: Plotnine
#7Although I've used Python professionally a lot more than R, I still felt like R was better at this. Somehow opening files in Python always feels a bit more "heavy". I don't really know why, though.
Re: Plotnine
#8`from plotnine import *` ... I love the idea of a new python plotting library, but why is this anti-pattern so common with plotting libs?
Re: Plotnine
#9[1]: https://github.com/rstudio/cheatsheets/blob/main/plotnine.pd...
Re: Plotnine
#10`from plotnine import *` ... I love the idea of a new python plotting library, but why is this anti-pattern so common with plotting libs?
> a new python plotting library Whilst it's still not yet at 1.0.0, it's not that new: the first (0.1.0) release was in 2017: https://pypi.org/project/plotnine/#history