My question is as simple as the title: i want to use R
's ggplot2
but all my data handling is done in Python
: is there a Python API for ggplot2
, or an easy way to use ggplot2
through Python
?
RPy allows you to call R from Python and provides with data conversion utilities. You can use ggplot2 function with the Graphics package, look at this section for some examples.
Check this out: https://github.com/yhat/ggplot
This is a python port of R's ggplot2.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With