pylab.py 110 B

123
  1. from matplotlib.pylab import * # noqa: F401, F403
  2. import matplotlib.pylab
  3. __doc__ = matplotlib.pylab.__doc__