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

Method get_alpha

lib/matplotlib/artist.py:888–893  ·  view source on GitHub ↗

Return the alpha value used for blending - not supported on all backends.

(self)

Source from the content-addressed store, hash-verified

886 self.stale = True
887
888 def get_alpha(self):
889 """
890 Return the alpha value used for blending - not supported on all
891 backends.
892 """
893 return self._alpha
894
895 def get_visible(self):
896 """Return the visibility."""

Callers 15

set_3d_propertiesMethod · 0.45
_update_connectorsMethod · 0.45
drawMethod · 0.45
_make_imageMethod · 0.45
__init__Method · 0.45
update_normalMethod · 0.45
legend_elementsMethod · 0.45
add_labelMethod · 0.45
ContourSetClass · 0.45
changedMethod · 0.45
draw_pathMethod · 0.45
draw_markersMethod · 0.45

Calls

no outgoing calls