Skip to content

Commit a4940a3

Browse files
authored
Merge pull request matplotlib#24718 from ksunden/projections_refresh
Remove refresh function from polar ThetaLocator
2 parents bf0b1c6 + 4da13ad commit a4940a3

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
@@ -253,10 +253,6 @@ def __call__(self):
253253
else:
254254
return np.deg2rad(self.base())
255255

256-
def refresh(self):
257-
# docstring inherited
258-
return self.base.refresh()
259-
260256
def view_limits(self, vmin, vmax):
261257
vmin, vmax = np.rad2deg((vmin, vmax))
262258
return np.deg2rad(self.base.view_limits(vmin, vmax))

0 commit comments

Comments
 (0)