Skip to content

Commit 8b4d87d

Browse files
committed
Remove auto-bumping of radial tick labels on polar plots, since it breaks for log scaling.
svn path=/trunk/matplotlib/; revision=8303
1 parent 31af3ff commit 8b4d87d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/matplotlib/projections/polar.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,6 @@ def set_rmax(self, rmax):
301301
self.viewLim.y0 = 0
302302
self.viewLim.y1 = rmax
303303
angle = self._r_label1_position.to_values()[4]
304-
self._r_label1_position.clear().translate(
305-
angle, rmax * self._rpad)
306-
self._r_label2_position.clear().translate(
307-
angle, -rmax * self._rpad)
308304

309305
def get_rmax(self):
310306
return self.viewLim.ymax

0 commit comments

Comments
 (0)