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

In [3]:
ggplot(mpg, aes(x='cty', y='hwy', label='manufacturer')) + geom_text()


Out[3]:
<ggplot: (285099525)>

In [ ]: