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

In [6]:
ggplot(chopsticks, aes(x='individual', y='food_pinching_effeciency')) + geom_point()


Out[6]:
<ggplot: (274847989)>

In [ ]: