5 ms·
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.
by galenlynch 8y 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.
- Tarq0n 8y agoAltair (based on vega-lite) is a personal favorite. Plotnine is also a good port of ggplot.
- galenlynch 8y agoThanks!