In [1]:
%matplotlib inline
from ggplot import *

In [5]:
ggplot(diamonds, aes(x='price', fill='clarity')) + geom_histogram()


Out[5]:
<ggplot: (292943669)>

In [ ]: