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

Method get_linelength

lib/matplotlib/collections.py:2032–2034  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

2030 self.switch_orientation()
2031
2032 def get_linelength(self):
2033 """Return the length of the lines used to mark each event."""
2034 return self._linelength
2035
2036 def set_linelength(self, linelength):
2037 """Set the length 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