Hacker News new | ask | show | jobs
by galenlynch 2661 days ago
Do you have any concrete examples for Python? As far as I know, ggplot2 is only for R. I would be interested to try out some alternatives to Matplotlib.
1 comments

Altair (based on vega-lite) is a personal favorite. Plotnine is also a good port of ggplot.
Thanks!