Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.04 KB

ggplot for python

CFP

Making basic, good-looking plots in Python is tough. Matplotlib gives you great control, but at the expense of being very detailed. The rise of pandas has made Python the go-to language for data wrangling and munging but many people are still reluctant to leave R because of its outstanding data viz packages. ggplot is a port of the popular R package ggplot2. It provides a high level grammar that allow users to quickly and easily make good looking plots. So say good-bye to matplotlib, and hello to ggplot as your everyday Python plotting library!

The Talk

Data

Outline

Slides (20 mins)

http://www.slideshare.net/Yhat/ggplot-for-python

IPython Notebook (40-50 mins) Safety not guaranteed

Runing the notebooks

$ ipython notebook notebooks/ --pylab inline

Final Thoughts

Where it's going

Want to help?