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

Method get_majorticklocs

lib/matplotlib/axis.py:1671–1673  ·  view source on GitHub ↗

Return this Axis' major tick locations in data coordinates.

(self)

Source from the content-addressed store, hash-verified

1669 return self.get_majorticklines()
1670
1671 def get_majorticklocs(self):
1672 """Return this Axis' major tick locations in data coordinates."""
1673 return self.major.locator()
1674
1675 def get_minorticklocs(self):
1676 """Return this Axis' minor tick locations in data coordinates."""

Callers 12

get_tightbboxMethod · 0.95
_update_ticksMethod · 0.95
get_ticklocsMethod · 0.95
get_major_ticksMethod · 0.95
set_ticklabelsMethod · 0.95
get_ticksMethod · 0.80
__call__Method · 0.80
test_colorbar_renormFunction · 0.80
axis_testFunction · 0.80
test_scilimitsMethod · 0.80
test_sublabelMethod · 0.80

Calls 1

locatorMethod · 0.45

Tested by 5

test_colorbar_renormFunction · 0.64
axis_testFunction · 0.64
test_scilimitsMethod · 0.64
test_sublabelMethod · 0.64