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

Method tick_values

lib/matplotlib/dates.py:1325–1326  ·  view source on GitHub ↗
(self, vmin, vmax)

Source from the content-addressed store, hash-verified

1323 return locator()
1324
1325 def tick_values(self, vmin, vmax):
1326 return self.get_locator(vmin, vmax).tick_values(vmin, vmax)
1327
1328 def nonsingular(self, vmin, vmax):
1329 # whatever is thrown at us, we can scale the unit.

Callers 1

test_yearlocator_pytzFunction · 0.95

Calls 2

get_locatorMethod · 0.95
tick_valuesMethod · 0.45

Tested by 1

test_yearlocator_pytzFunction · 0.76