(self, colors)
| 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 |