Y
Hacker News
new
|
ask
|
show
|
jobs
by
ExcaliburZero
2776 days ago
Plotnine is quite nice. Its api is very similar to R's ggplot so it gives you the same level of expressiveness and flexibility while being able to stay the Python ecosystem to use numpy, pandas, etc..
1 comments
ObscureMind
2776 days ago
The authors also provide a reimplementation of dplyr in Python that integrates well with plotnine:
https://github.com/has2k1/plydata
link