MCPcopy 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_connectorsMethod · 0.45
auto_set_font_sizeMethod · 0.45
_do_cell_alignmentMethod · 0.45
scaleMethod · 0.45
extentsMethod · 0.45
topsMethod · 0.45
position_centersMethod · 0.45
set_contextMethod · 0.45
copy_from_bboxMethod · 0.45
restore_regionMethod · 0.45
_update_patch_limitsMethod · 0.45
test_bar_leading_nanFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_bar_leading_nanFunction · 0.36