Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d5014a

Browse filesBrowse files
committed
Rename rotate_around_vector_deg to rotate_deg_around_vector
1 parent fcfe8b1 commit 7d5014a
Copy full SHA for 7d5014a

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎lib/matplotlib/transforms.py

Copy file name to clipboardExpand all lines: lib/matplotlib/transforms.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.