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

Method get_facecolor

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

Source from the content-addressed store, hash-verified

2411 return super().get_edgecolor().reshape(-1, 4)
2412
2413 def get_facecolor(self):
2414 # docstring inherited
2415 # Note that we want to return an array of shape (N*M, 4)
2416 # a flattened RGBA collection
2417 return super().get_facecolor().reshape(-1, 4)
2418
2419 @staticmethod
2420 def _convert_mesh_to_paths(coordinates):

Callers 4

determine_facecolorMethod · 0.45
drawMethod · 0.45
get_facecolorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected