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

Method __call__

lib/matplotlib/ticker.py:2467–2470  ·  view source on GitHub ↗

Return the locations of the ticks.

(self)

Source from the content-addressed store, hash-verified

2465 f"{self._subs.ndim}-dimensional.")
2466
2467 def __call__(self):
2468 """Return the locations of the ticks."""
2469 vmin, vmax = self.axis.get_view_interval()
2470 return self.tick_values(vmin, vmax)
2471
2472 def _log_b(self, x):
2473 # Use specialized logs if possible, as they can be more accurate; e.g.

Callers

nothing calls this directly

Calls 2

tick_valuesMethod · 0.95
get_view_intervalMethod · 0.45

Tested by

no test coverage detected