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

Method get_edgecolor

lib/matplotlib/patches.py:339–341  ·  view source on GitHub ↗

Return the edge color.

(self)

Source from the content-addressed store, hash-verified

337 return self._antialiased
338
339 def get_edgecolor(self):
340 """Return the edge color."""
341 return self._edgecolor
342
343 def get_facecolor(self):
344 """Return the face color."""

Calls

no outgoing calls