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

Method get_forced_alpha

lib/matplotlib/backend_bases.py:797–802  ·  view source on GitHub ↗

Return whether the value given by get_alpha() should be used to override any other alpha-channel values.

(self)

Source from the content-addressed store, hash-verified

795 return self._dashes
796
797 def get_forced_alpha(self):
798 """
799 Return whether the value given by get_alpha() should be used to
800 override any other alpha-channel values.
801 """
802 return self._forced_alpha
803
804 def get_joinstyle(self):
805 """Return the `.JoinStyle`."""

Callers 9

draw_pathMethod · 0.80
draw_markersMethod · 0.80
set_alphaMethod · 0.80
draw_markersMethod · 0.80
_get_style_dictMethod · 0.80
_draw_text_as_pathMethod · 0.80
_draw_text_as_textMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected