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

Method _get_default_linewidth

lib/matplotlib/collections.py:648–650  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

646 return np.zeros((1, 2)) if self._offsets is None else self._offsets
647
648 def _get_default_linewidth(self):
649 # This may be overridden in a subclass.
650 return mpl.rcParams['patch.linewidth'] # validated as float
651
652 def set_linewidth(self, lw):
653 """

Callers 1

set_linewidthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected