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

Method set_width

lib/matplotlib/patches.py:1407–1410  ·  view source on GitHub ↗
(self, width)

Source from the content-addressed store, hash-verified

1405 self.stale = True
1406
1407 def set_width(self, width):
1408 self._path = None
1409 self.width = width
1410 self.stale = True
1411
1412 def get_path(self):
1413 if self._path is None:

Callers 8

scaleMethod · 0.45
drawMethod · 0.45
set_valMethod · 0.45
_draw_shapeMethod · 0.45
_draw_shapeMethod · 0.45
drawMethod · 0.45
test_modifying_arcFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_modifying_arcFunction · 0.36