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

Skip to content

Commit b904d6f

Browse files
authored
Remove 'elev', 'azim', 'dist' from get_proj() docstring
1 parent 5766a07 commit b904d6f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -946,11 +946,7 @@ def set_proj_type(self, proj_type):
946946
def get_proj(self):
947947
"""
948948
Create the projection matrix from the current viewing position.
949-
950-
'elev' stores the elevation angle in the z plane.
951-
'azim' stores the azimuth angle in the (x, y) plane.
952-
953-
'dist' is the distance of the eye viewing point from the object point.
949+
954950
"""
955951
# chosen for similarity with the initial view before gh-8896
956952
pb_aspect = np.array([4, 4, 3]) / 3.5

0 commit comments

Comments
 (0)