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

Method _set_gapcolor

lib/matplotlib/collections.py:1868–1872  ·  view source on GitHub ↗
(self, gapcolor)

Source from the content-addressed store, hash-verified

1866 self._set_gapcolor(gapcolor)
1867
1868 def _set_gapcolor(self, gapcolor):
1869 if gapcolor is not None:
1870 gapcolor = mcolors.to_rgba_array(gapcolor, self._alpha)
1871 self._gapcolor = gapcolor
1872 self.stale = True
1873
1874 def get_gapcolor(self):
1875 return self._gapcolor

Callers 1

set_gapcolorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected