4 lines
90 B
Python
4 lines
90 B
Python
|
from matplotlib.pylab import *
|
||
|
import matplotlib.pylab
|
||
|
__doc__ = matplotlib.pylab.__doc__
|