Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5766a07 commit b904d6fCopy full SHA for b904d6f
1 file changed
lib/mpl_toolkits/mplot3d/axes3d.py
@@ -946,11 +946,7 @@ def set_proj_type(self, proj_type):
946
def get_proj(self):
947
"""
948
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.
+
954
955
# chosen for similarity with the initial view before gh-8896
956
pb_aspect = np.array([4, 4, 3]) / 3.5
0 commit comments