Search notes:

Python library: pylab

The matplotlib documentation has the following warning on using pylab.
Since heavily importing into the global namespace may result in unexpected behavior, the use of pylab is strongly discouraged. Use matplotlib.pyplot instead.

Index