MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set_rscale

Method set_rscale

lib/matplotlib/projections/polar.py:1251–1252  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1249 self._r_label_position.clear().translate(np.deg2rad(value), 0.0)
1250
1251 def set_rscale(self, *args, **kwargs):
1252 return Axes.set_yscale(self, *args, **kwargs)
1253
1254 def set_rticks(self, *args, **kwargs):
1255 return Axes.set_yticks(self, *args, **kwargs)

Callers 3

test_polar_logFunction · 0.80
test_polar_log_roriginFunction · 0.80

Calls 1

set_yscaleMethod · 0.45

Tested by 3

test_polar_logFunction · 0.64
test_polar_log_roriginFunction · 0.64