Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b390808

Browse files
committed
FIX
1 parent ff56e6e commit b390808

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/matplotlib/scale.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,9 @@ def __init__(self, axis, functions):
140140
:doc:`/gallery/scales/scales`
141141
142142
"""
143-
144143
forward, inverse = functions
145144
transform = ArbitraryTransform(forward, inverse)
146145
self._transform = transform
147-
self._major_locator = major_locator
148-
self._minor_locator = minor_locator
149-
self._major_formatter = major_formatter
150-
self._minor_formatter = minor_formatter
151146

152147
def get_transform(self):
153148
"""

0 commit comments

Comments
 (0)