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

Method set_rticks

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

Source from the content-addressed store, hash-verified

1252 return Axes.set_yscale(self, *args, **kwargs)
1253
1254 def set_rticks(self, *args, **kwargs):
1255 return Axes.set_yticks(self, *args, **kwargs)
1256
1257 def set_thetagrids(self, angles, labels=None, fmt=None, **kwargs):
1258 """

Calls 1

set_yticksMethod · 0.80