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

Method get_rgb

lib/matplotlib/backend_bases.py:812–814  ·  view source on GitHub ↗

Return a tuple of three or four floats from 0-1.

(self)

Source from the content-addressed store, hash-verified

810 return self._linewidth
811
812 def get_rgb(self):
813 """Return a tuple of three or four floats from 0-1."""
814 return self._rgb
815
816 def get_url(self):
817 """Return a url if one is set, None otherwise."""

Callers 2

draw_pathMethod · 0.45
_draw_text_as_pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected