Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_auto_set_column_width
Method · 0.45
scale
Method · 0.45
draw
Method · 0.45
_release
Method · 0.45
_set_span_xy
Method · 0.45
draw_shape
Method · 0.45
draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected