Commit bc26389
committed
FIX: Disallow twinx/twiny on Axes3D
Closes matplotlib#31522.
The root cause is that Axes3D inherits a lot of functionality from Axes
that does not work for 3D. This is a design flaw we cannot easily fix.
With this PR we have at least a reasonable mechanism in place to flag
not-supported methods. When we get aware of additional methods, we can
easily add them.1 parent e6cab33 commit bc26389
1 file changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
| |||
1197 | 1202 | | |
1198 | 1203 | | |
1199 | 1204 | | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
1200 | 1213 | | |
1201 | 1214 | | |
1202 | | - | |
1203 | | - | |
| 1215 | + | |
| 1216 | + | |
1204 | 1217 | | |
1205 | 1218 | | |
1206 | 1219 | | |
| |||
0 commit comments