Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d5014a

Browse files
committed
Rename rotate_around_vector_deg to rotate_deg_around_vector
1 parent fcfe8b1 commit 7d5014a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ def rotate_around_vector(self, vector, theta):
23272327
np.matmul(rot, self._mtx, out=self._mtx)
23282328
return self
23292329

2330-
def rotate_around_vector_deg(self, vector, degrees):
2330+
def rotate_deg_around_vector(self, vector, degrees):
23312331
"""
23322332
Add a rotation (in radians) around the vector (vx, vy, vz) in place.
23332333

0 commit comments

Comments
 (0)