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

In [7]:
ggplot(meat, aes(x='date', y='beef')) + geom_line()


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