sirrice / pygg

ggplot2 syntax in python. Actually wrapper around Wickham's ggplot2 in R
MIT License
73 stars 9 forks source link

IPython notebook integration for pygg #12

Closed depristo closed 9 years ago

depristo commented 9 years ago

Adds easy rendering of pygg objects in an IPython notebook. Note this code is only conditionally imported so the dependencies don't need to be updated for pygg in general.

sirrice commented 9 years ago

This is amazing -- thank you!