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

Method get_color

lib/matplotlib/text.py:917–919  ·  view source on GitHub ↗

Return the color of the text.

(self)

Source from the content-addressed store, hash-verified

915 self.stale = False
916
917 def get_color(self):
918 """Return the color of the text."""
919 return self._color
920
921 def get_fontproperties(self):
922 """Return the `.font_manager.FontProperties`."""

Callers 10

drawMethod · 0.95
QuiverKeyClass · 0.45
parasite_simple.pyFile · 0.45
colored_lines_exampleFunction · 0.45
check_buttons.pyFile · 0.45
stock_prices.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected