MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_angle

Method get_angle

lib/matplotlib/patches.py:975–977  ·  view source on GitHub ↗

Get the rotation angle in degrees.

(self)

Source from the content-addressed store, hash-verified

973 return self._height
974
975 def get_angle(self):
976 """Get the rotation angle in degrees."""
977 return self.angle
978
979 def set_x(self, x):
980 """Set the left coordinate of the rectangle."""

Callers 1

test_rotate_rect_drawFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_rotate_rect_drawFunction · 0.76