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

Method set_alpha

lib/matplotlib/collections.py:1821–1825  ·  view source on GitHub ↗
(self, alpha)

Source from the content-addressed store, hash-verified

1819 return 'none'
1820
1821 def set_alpha(self, alpha):
1822 # docstring inherited
1823 super().set_alpha(alpha)
1824 if self._gapcolor is not None:
1825 self.set_gapcolor(self._original_gapcolor)
1826
1827 def set_color(self, c):
1828 """

Callers

nothing calls this directly

Calls 2

set_gapcolorMethod · 0.95
set_alphaMethod · 0.45

Tested by

no test coverage detected