Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f7c3d3

Browse filesBrowse files
authored
Merge pull request #26555 from meeseeksmachine/auto-backport-of-pr-26554-on-v3.7.x
Backport PR #26554 on branch v3.7.x (Remove NumPy abs overrides from pylab)
2 parents 15b6dee + b69ce95 commit 3f7c3d3
Copy full SHA for 3f7c3d3

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎lib/matplotlib/pylab.py

Copy file name to clipboardExpand all lines: lib/matplotlib/pylab.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
# "from numpy.random import *" above
5050
bytes = __import__("builtins").bytes
5151
# We also don't want the numpy version of these functions
52+
abs = __import__("builtins").abs
5253
max = __import__("builtins").max
5354
min = __import__("builtins").min
5455
round = __import__("builtins").round

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.