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

In [9]:
ggplot(mpg, aes(x='cty', y='hwy', shape='trans')) + geom_point()


Out[9]:
<ggplot: (291482713)>

In [ ]: