Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf0b1c6 + 4da13ad commit a4940a3Copy full SHA for a4940a3
1 file changed
lib/matplotlib/projections/polar.py
@@ -253,10 +253,6 @@ def __call__(self):
253
else:
254
return np.deg2rad(self.base())
255
256
- def refresh(self):
257
- # docstring inherited
258
- return self.base.refresh()
259
-
260
def view_limits(self, vmin, vmax):
261
vmin, vmax = np.rad2deg((vmin, vmax))
262
return np.deg2rad(self.base.view_limits(vmin, vmax))
0 commit comments