Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoechenberger/rpy2_and_ggplot

Using rpy2 to produce figures using R's ggplot2
https://github.com/hoechenberger/rpy2_and_ggplot

Last synced: 29 days ago
JSON representation

Using rpy2 to produce figures using R's ggplot2

Awesome Lists containing this project

README

        

Using ``rpy2`` to produce figures using R's ``ggplot2``
=======================================================

This is an IPython notebook to illustrate how to invoke R's ``ggplot2`` to plot data previously manipulated in Python.

How to use
----------
* Install Python.
* Install the Python packages ``pandas`` and ``rpy2`` (e.g. via pip).
* Install R.
* Download the notebook.
* Open a terminal, navigate to the download folder.
* invoke ``ipython notebook`` from the command line.
* Your default browser should pop up. Load the notebook.
* Have fun!