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

Method get_position

lib/matplotlib/spines.py:351–354  ·  view source on GitHub ↗

Return the spine position.

(self)

Source from the content-addressed store, hash-verified

349 self.stale = True
350
351 def get_position(self):
352 """Return the spine position."""
353 self._ensure_position_is_set()
354 return self._position
355
356 def get_spine_transform(self):
357 """Return the spine transform."""

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected