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

In [7]:
ggplot(mtcars, aes(x='factor(cyl)')) + geom_bar()


Out[7]:
<ggplot: (285210741)>

In [ ]: