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

Method get_facecolor

lib/mpl_toolkits/mplot3d/art3d.py:1538–1544  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1536 self.stale = True
1537
1538 def get_facecolor(self):
1539 # docstring inherited
1540 # self._facecolors2d is not initialized until do_3d_projection
1541 if not hasattr(self, '_facecolors2d'):
1542 self.axes.M = self.axes.get_proj()
1543 self.do_3d_projection()
1544 return np.asarray(self._facecolors2d)
1545
1546 def get_edgecolor(self):
1547 # docstring inherited

Callers

nothing calls this directly

Calls 2

do_3d_projectionMethod · 0.95
get_projMethod · 0.80

Tested by

no test coverage detected