()
| 1169 | @mpl3d_image_comparison(['axes3d_rotated.png'], |
| 1170 | remove_text=False, style='mpl20') |
| 1171 | def test_axes3d_rotated(): |
| 1172 | fig = plt.figure() |
| 1173 | ax = fig.add_subplot(1, 1, 1, projection='3d') |
| 1174 | ax.view_init(90, 45, 0) # look down, rotated. Should be square |
| 1175 | |
| 1176 | |
| 1177 | def test_plotsurface_1d_raises(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…