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 5091c36 + f24ac30 commit aeb4eb1Copy full SHA for aeb4eb1
1 file changed
lib/matplotlib/pylab.py
@@ -59,6 +59,7 @@
59
# "from numpy.random import *" above
60
bytes = __import__("builtins").bytes
61
# We also don't want the numpy version of these functions
62
+abs = __import__("builtins").abs
63
max = __import__("builtins").max
64
min = __import__("builtins").min
65
round = __import__("builtins").round
0 commit comments