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

Method set_axis

lib/matplotlib/dates.py:1693–1695  ·  view source on GitHub ↗
(self, axis)

Source from the content-addressed store, hash-verified

1691 self._wrapped_locator = ticker.MultipleLocator(interval)
1692
1693 def set_axis(self, axis):
1694 self._wrapped_locator.set_axis(axis)
1695 return super().set_axis(axis)
1696
1697 def __call__(self):
1698 # if no data have been set, this will tank with a ValueError

Callers 1

get_locatorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected