Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_auto_set_column_width
Method · 0.45
scale
Method · 0.45
draw
Method · 0.45
set_val
Method · 0.45
_draw_shape
Method · 0.45
_draw_shape
Method · 0.45
draw
Method · 0.45
test_modifying_arc
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_modifying_arc
Function · 0.36