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

Method get_edgecolor

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

Source from the content-addressed store, hash-verified

2405 return self._coordinates
2406
2407 def get_edgecolor(self):
2408 # docstring inherited
2409 # Note that we want to return an array of shape (N*M, 4)
2410 # a flattened RGBA collection
2411 return super().get_edgecolor().reshape(-1, 4)
2412
2413 def get_facecolor(self):
2414 # docstring inherited

Callers 2

__init__Method · 0.45
get_edgecolorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected