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

Method get_lineoffset

lib/matplotlib/collections.py:2049–2051  ·  view source on GitHub ↗

Return the offset of the lines used to mark each event.

(self)

Source from the content-addressed store, hash-verified

2047 self._linelength = linelength
2048
2049 def get_lineoffset(self):
2050 """Return the offset of the lines used to mark each event."""
2051 return self._lineoffset
2052
2053 def set_lineoffset(self, lineoffset):
2054 """Set the offset of the lines used to mark each event."""

Callers 5

set_positionsMethod · 0.95
set_linelengthMethod · 0.95
set_lineoffsetMethod · 0.95

Calls

no outgoing calls