Skip to content

Commit

Permalink
Rename rotate_around_vector_deg to rotate_deg_around_vector
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsonTran committed May 9, 2024
1 parent fcfe8b1 commit 7d5014a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2327,7 +2327,7 @@ def rotate_around_vector(self, vector, theta):
np.matmul(rot, self._mtx, out=self._mtx)
return self

def rotate_around_vector_deg(self, vector, degrees):
def rotate_deg_around_vector(self, vector, degrees):
"""
Add a rotation (in radians) around the vector (vx, vy, vz) in place.
Expand Down

0 comments on commit 7d5014a

Please sign in to comment.