#!/usr/bin/env python def plot(plt, params): plt.xlabel('x') plt.ylabel('y') plt.plot([0, 1, 4, 9])