lisa: remove imports of pylab
Since pylab is actually a re-export of matplotlib.pylab, itself
re-exporting names from other matplotlib and numpy modules, let's refer
to the modules the functions are actually defined in. In our case, it's
only savefig()
defined in matplotlib.pyplot.