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

Method draw

lib/matplotlib/spines.py:310–314  ·  view source on GitHub ↗
(self, renderer)

Source from the content-addressed store, hash-verified

308
309 @allow_rasterization
310 def draw(self, renderer):
311 self._adjust_location()
312 ret = super().draw(renderer)
313 self.stale = False
314 return ret
315
316 def set_position(self, position):
317 """

Callers

nothing calls this directly

Calls 1

_adjust_locationMethod · 0.95

Tested by

no test coverage detected