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

Skip to content

Commit 21deaf4

Browse files
committed
remove unnecessary set of self._transform
(already done by super.__init__())
1 parent 82e63a9 commit 21deaf4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/lines.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,6 @@ def __init__(self, xy1, xy2, slope, **kwargs):
14151415
self._slope = slope
14161416
self._xy1 = xy1
14171417
self._xy2 = xy2
1418-
self._transform = kwargs.get("transform")
14191418

14201419
def get_transform(self):
14211420
ax = self.axes

0 commit comments

Comments
 (0)