# The following example shows the relationship between both
# populations.
#
lines = df.plot.line(x='pig', y='horse')  # doctest: +SKIP
