Skip to content

lisa: remove imports of pylab

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr214 into master

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.

Merge request reports