forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit e9991b3
committed
Consistent azim-elev-roll order with minimal changes
Implement changes requested for PR matplotlib#28395:
- remove incohesive section from view_angles.rst
- move some of the information to .mplot3d.axes3d.Axes3D.view_init
- remove redundant kwargs as in .view_init(elev=elev, azim=azim, roll=roll)
- cleanup test_axes3d_primary_views()
- remove outdated next_whats_new item1 parent 89a4d55 commit e9991b3
File tree
4 files changed
+43
-58
lines changed- doc
- api/toolkits/mplot3d
- users/next_whats_new
- lib/mpl_toolkits/mplot3d
- tests
4 files changed
+43
-58
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | - | ||
37 | - | ||
38 | - | ||
39 | - | ||
40 | - | ||
41 | - | ||
42 | - | ||
43 | - | ||
44 | - | ||
45 | - | ||
46 | - | ||
47 | - | ||
48 | - | ||
49 | - | ||
50 | - | ||
51 | - | ||
52 | - | ||
53 | 31 |
| |
54 | 32 |
| |
55 | 33 |
| |
|
Lines changed: 0 additions & 17 deletions
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1119 | 1119 |
| |
1120 | 1120 |
| |
1121 | 1121 |
| |
1122 | - | ||
1122 | + | ||
1123 | + | ||
1124 | + | ||
1125 | + | ||
1126 | + | ||
1127 | + | ||
1128 | + | ||
1129 | + | ||
1130 | + | ||
1131 | + | ||
1132 | + | ||
1133 | + | ||
1134 | + | ||
1135 | + | ||
1136 | + | ||
1137 | + | ||
1138 | + | ||
1139 | + | ||
1140 | + | ||
1141 | + | ||
1142 | + | ||
1143 | + | ||
1144 | + | ||
1145 | + | ||
1123 | 1146 |
| |
1124 | - | ||
1125 | - | ||
1147 | + | ||
1148 | + | ||
1149 | + | ||
1150 | + | ||
1151 | + | ||
1126 | 1152 |
| |
1127 | - | ||
1128 | - | ||
1129 | - | ||
1130 | - | ||
1153 | + | ||
1154 | + | ||
1155 | + | ||
1156 | + | ||
1157 | + | ||
1158 | + | ||
1159 | + | ||
1131 | 1160 |
| |
1132 | 1161 |
| |
1133 | 1162 |
| |
| |||
1599 | 1628 |
| |
1600 | 1629 |
| |
1601 | 1630 |
| |
1602 | - | ||
1603 | - | ||
1604 | - | ||
1605 | - | ||
1606 | - | ||
1607 | - | ||
1608 | - | ||
1631 | + | ||
1632 | + | ||
1609 | 1633 |
| |
1610 | 1634 |
| |
1611 | 1635 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 | - | ||
130 | + | ||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 | - | ||
135 | + | ||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 | - | ||
179 | + | ||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
| |||
1832 | 1832 |
| |
1833 | 1833 |
| |
1834 | 1834 |
| |
1835 | - | ||
1835 | + | ||
1836 | 1836 |
| |
1837 | 1837 |
| |
1838 | 1838 |
| |
1839 | - | ||
1839 | + | ||
1840 | 1840 |
| |
1841 | 1841 |
| |
1842 | 1842 |
| |
|
0 commit comments