MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / set_width

Method set_width

site-packages/matplotlib/patches.py:1093–1096  ·  view source on GitHub ↗
(self, width)

Source from the content-addressed store, hash-verified

1091 self.stale = True
1092
1093 def set_width(self, width):
1094 self._path = None
1095 self.width = width
1096 self.stale = True
1097
1098 def get_path(self):
1099 if self._path is None:

Callers 7

scaleMethod · 0.45
drawMethod · 0.45
_releaseMethod · 0.45
_set_span_xyMethod · 0.45
draw_shapeMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected