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

Method get_linewidth

lib/matplotlib/collections.py:2066–2068  ·  view source on GitHub ↗

Get the width of the lines used to mark each event.

(self)

Source from the content-addressed store, hash-verified

2064 self._lineoffset = lineoffset
2065
2066 def get_linewidth(self):
2067 """Get the width of the lines used to mark each event."""
2068 return super().get_linewidth()[0]
2069
2070 def get_linewidths(self):
2071 return super().get_linewidth()

Callers

nothing calls this directly

Calls 1

get_linewidthMethod · 0.45

Tested by

no test coverage detected