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

Method set_xy

lib/matplotlib/colorbar.py:138–141  ·  view source on GitHub ↗
(self, xy)

Source from the content-addressed store, hash-verified

136 return mpatches.Patch.get_window_extent(self, renderer=renderer)
137
138 def set_xy(self, xy):
139 self._path = mpath.Path(xy, closed=True)
140 self._xy = xy
141 self.stale = True
142
143 def draw(self, renderer):
144 ret = mpatches.Patch.draw(self, renderer)

Callers 1

_do_extendsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected