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

Method set_major_locator

lib/matplotlib/projections/polar.py:687–690  ·  view source on GitHub ↗
(self, locator)

Source from the content-addressed store, hash-verified

685 self.sticky_edges.y.append(0)
686
687 def set_major_locator(self, locator):
688 if not isinstance(locator, RadialLocator):
689 locator = RadialLocator(locator)
690 super().set_major_locator(locator)
691
692 def clear(self):
693 # docstring inherited

Callers 15

set_longitude_gridMethod · 0.45
set_latitude_gridMethod · 0.45
bxpMethod · 0.45
spyMethod · 0.45
matshowMethod · 0.45
__init__Method · 0.45
_set_scaleMethod · 0.45
test_too_many_date_ticksFunction · 0.45
test_RRuleLocatorFunction · 0.45

Calls 1

RadialLocatorClass · 0.85