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 173aa99

Browse filesBrowse files
authored
Merge pull request #16453 from meeseeksmachine/auto-backport-of-pr-16452-on-v3.2.x
Backport PR #16452 on branch v3.2.x (Don't make InvertedLogTransform inherit from deprecated base class.)
2 parents 8aa4e46 + 45b5d6f commit 173aa99
Copy full SHA for 173aa99

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/scale.py

Copy file name to clipboardExpand all lines: lib/matplotlib/scale.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def inverted(self):
313313
return InvertedLogTransform(self.base)
314314

315315

316-
class InvertedLogTransform(InvertedLogTransformBase):
316+
class InvertedLogTransform(Transform):
317317
input_dims = output_dims = 1
318318

319319
def __init__(self, base):

0 commit comments

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