Hacker News new | ask | show | jobs
by alibrarydweller 1384 days ago
Immensely powerful, especially in concert with tidy data [0]. It's really remarkable how having a 'language' for the relationship between concepts can allow for so much flexibility.

As a python user, I use the plotnine[1] implementation religiously.

[0]. https://vita.had.co.nz/papers/tidy-data.pdf

[1]. https://plotnine.readthedocs.io/en/stable/

1 comments

How mature is plotnine? I always had the impression it was more of an experiment on how things could be done than an actual alternative?

I too prefer the code examples I’ve seen of theirs to any other Python framework