Skip to content

xunyou/ggplot-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.6%
  • Python 36.4%