We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93df3be commit eb35b47Copy full SHA for eb35b47
lib/matplotlib/pylab.py
@@ -45,6 +45,8 @@
45
from matplotlib.pyplot import *
46
47
from numpy import *
48
+del fft # remove imported module numpy.fft to prevent implicit re-def
49
+del random # remove imported module numpy.random to prevent implicit re-def
50
from numpy.fft import *
51
from numpy.random import *
52
from numpy.linalg import *
0 commit comments