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

Method set_edgecolor

lib/mpl_toolkits/mplot3d/art3d.py:1518–1521  ·  view source on GitHub ↗
(self, colors)

Source from the content-addressed store, hash-verified

1516 self._facecolor3d = PolyCollection.get_facecolor(self)
1517
1518 def set_edgecolor(self, colors):
1519 # docstring inherited
1520 super().set_edgecolor(colors)
1521 self._edgecolor3d = PolyCollection.get_edgecolor(self)
1522
1523 def set_alpha(self, alpha):
1524 # docstring inherited

Callers 6

set_pane_colorMethod · 0.45
test_edge_styleMethod · 0.45

Calls 1

get_edgecolorMethod · 0.45

Tested by 5

test_edge_styleMethod · 0.36