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

Method get_markeredgewidth

lib/matplotlib/lines.py:976–982  ·  view source on GitHub ↗

Return the marker edge width in points. See also `~.Line2D.set_markeredgewidth`.

(self)

Source from the content-addressed store, hash-verified

974 return mec
975
976 def get_markeredgewidth(self):
977 """
978 Return the marker edge width in points.
979
980 See also `~.Line2D.set_markeredgewidth`.
981 """
982 return self._markeredgewidth
983
984 def _get_markerfacecolor(self, alt=False):
985 if self._marker.get_fillstyle() == 'none':

Callers 1

Calls

no outgoing calls

Tested by 1