8000 Delete extra line · matplotlib/matplotlib@17f28bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 17f28bd

Browse files
committed
Delete extra line
1 parent 072a293 commit 17f28bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/text.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,6 @@ def _get_xy_transform(self, renderer, coords):
15531553
return self.axes.transData
15541554
elif coords == 'polar':
15551555
from matplotlib.projections import PolarAxes
1556-
tr = PolarAxes.PolarTransform()
15571556
return PolarAxes.PolarTransform() + self.axes.transData
15581557

15591558
try:

0 commit comments

Comments
 (0)
0