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

Method _set_locator

lib/matplotlib/ticker.py:312–314  ·  view source on GitHub ↗

Subclasses may want to override this to set a locator.

(self, locator)

Source from the content-addressed store, hash-verified

310 else s)
311
312 def _set_locator(self, locator):
313 """Subclasses may want to override this to set a locator."""
314 pass
315
316
317class NullFormatter(Formatter):

Callers 2

set_major_locatorMethod · 0.45
set_minor_locatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected