Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 97c836b + 20dcbef commit 7e0a1f5Copy full SHA for 7e0a1f5
lib/matplotlib/pylab.py
@@ -48,3 +48,7 @@
48
# This is needed, or bytes will be numpy.random.bytes from
49
# "from numpy.random import *" above
50
bytes = __import__("builtins").bytes
51
+# We also don't want the numpy version of these functions
52
+max = __import__("builtins").max
53
+min = __import__("builtins").min
54
+round = __import__("builtins").round
0 commit comments