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

Method set_gid

lib/matplotlib/artist.py:641–649  ·  view source on GitHub ↗

Set the (group) id for the artist. Parameters ---------- gid : str

(self, gid)

Source from the content-addressed store, hash-verified

639 return self._gid
640
641 def set_gid(self, gid):
642 """
643 Set the (group) id for the artist.
644
645 Parameters
646 ----------
647 gid : str
648 """
649 self._gid = gid
650
651 def get_snap(self):
652 """

Callers 7

drawMethod · 0.45
test_gidFunction · 0.45
test_annotationbbox_gidFunction · 0.45
svg_filter_pie.pyFile · 0.45
svg_filter_line.pyFile · 0.45

Calls

no outgoing calls

Tested by 2

test_gidFunction · 0.36
test_annotationbbox_gidFunction · 0.36