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

Method __call__

lib/mpl_toolkits/axisartist/grid_finder.py:281–283  ·  view source on GitHub ↗
(self, v1, v2)

Source from the content-addressed store, hash-verified

279 self.create_dummy_axis()
280
281 def __call__(self, v1, v2):
282 locs = super().tick_values(v1, v2)
283 return np.array(locs), len(locs), 1 # 1: factor (see angle_helper)
284
285
286class FixedLocator:

Callers

nothing calls this directly

Calls 1

tick_valuesMethod · 0.45

Tested by

no test coverage detected