Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hoechenberger/rpy2_and_ggplot
- Owner: hoechenberger
- Created: 2014-10-26T11:43:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-26T11:56:25.000Z (about 10 years ago)
- Last Synced: 2024-10-16T05:42:14.055Z (3 months ago)
- Homepage:
- Size: 242 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!