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

Method get_loc

lib/matplotlib/axis.py:282–284  ·  view source on GitHub ↗

Return the tick location (data coords) as a scalar.

(self)

Source from the content-addressed store, hash-verified

280 return self._base_pad
281
282 def get_loc(self):
283 """Return the tick location (data coords) as a scalar."""
284 return self._loc
285
286 @martist.allow_rasterization
287 def draw(self, renderer):

Callers 8

_draw_ticksMethod · 0.80
draw_gridMethod · 0.80
get_tightbboxMethod · 0.80
_update_ticksMethod · 0.80
includeFunction · 0.80
drawMethod · 0.80
test_log_scalesFunction · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by 3

includeFunction · 0.64
drawMethod · 0.64
test_log_scalesFunction · 0.64