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

Method get_fill

lib/matplotlib/collections.py:1050–1052  ·  view source on GitHub ↗

Return whether face is colored.

(self)

Source from the content-addressed store, hash-verified

1048 self.stale = True
1049
1050 def get_fill(self):
1051 """Return whether face is colored."""
1052 return not cbook._str_lower_equal(self._original_facecolor, "none")
1053
1054 def update_from(self, other):
1055 """Copy properties from other to self."""

Callers 1

determine_facecolorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected