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

Method set_alpha

lib/matplotlib/patches.py:485–491  ·  view source on GitHub ↗
(self, alpha)

Source from the content-addressed store, hash-verified

483 self.stale = True
484
485 def set_alpha(self, alpha):
486 # docstring inherited
487 super().set_alpha(alpha)
488 self._set_facecolor(self._original_facecolor)
489 self._set_edgecolor(self._original_edgecolor)
490 self._set_hatchcolor(self._original_hatchcolor)
491 # stale is already True
492
493 def set_linewidth(self, w):
494 """

Callers 13

make_iconFunction · 0.45
make_matplotlib_iconFunction · 0.45
drawMethod · 0.45
figimageMethod · 0.45
draw_pathMethod · 0.45
draw_pathMethod · 0.45
changedMethod · 0.45
violin.pyFile · 0.45
ellipse_demo.pyFile · 0.45
make_logoFunction · 0.45

Calls 3

_set_facecolorMethod · 0.95
_set_edgecolorMethod · 0.95
_set_hatchcolorMethod · 0.95

Tested by

no test coverage detected