Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_width
Method
get_width
lib/matplotlib/patches.py:1800–1804 ·
view source on GitHub ↗
Return the width of the ellipse.
(self)
Source
from the content-addressed store, hash-verified
1798
self.stale = True
1799
1800
def
get_width(self):
1801
""
"
1802
Return the width of the ellipse.
1803
""
"
1804
return
self._width
1805
1806
width = property(get_width, set_width)
1807
Callers
12
_update_connectors
Method · 0.45
auto_set_font_size
Method · 0.45
_do_cell_alignment
Method · 0.45
scale
Method · 0.45
extents
Method · 0.45
tops
Method · 0.45
position_centers
Method · 0.45
set_context
Method · 0.45
copy_from_bbox
Method · 0.45
restore_region
Method · 0.45
_update_patch_limits
Method · 0.45
test_bar_leading_nan
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_bar_leading_nan
Function · 0.36