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

Method update_position

lib/matplotlib/axis.py:377–379  ·  view source on GitHub ↗

Set the location of tick in data coords with scalar *loc*.

(self, loc)

Source from the content-addressed store, hash-verified

375 self.gridline.set(**grid_kw)
376
377 def update_position(self, loc):
378 """Set the location of tick in data coords with scalar *loc*."""
379 raise NotImplementedError('Derived must override')
380
381 def _get_text1_transform(self):
382 raise NotImplementedError('Derived must override')

Callers 3

__init__Method · 0.95
_update_ticksMethod · 0.45
set_ticklabelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected