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

Skip to content

Commit e18d5bf

Browse files
committed
TST: Update images with new aspect
1 parent 58b9311 commit e18d5bf

63 files changed

Lines changed: 35053 additions & 34992 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
-16.1 KB
Loading

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,8 @@ def get_proj(self):
999999
point.
10001000
10011001
"""
1002-
pb_aspect = np.array([1, 1, 0.75])
1002+
# chosen for similarity with the previous initial view
1003+
pb_aspect = np.array([4, 4, 3]) / 3.5
10031004

10041005
relev, razim = np.pi * self.elev/180, np.pi * self.azim/180
10051006

1.58 KB
Loading
2.64 KB
Loading
Binary file not shown.
1.73 KB
Loading

0 commit comments

Comments
 (0)