()
| 1159 | |
| 1160 | @mpl3d_image_comparison(['axes3d_cla.png'], remove_text=False, style='mpl20') |
| 1161 | def test_axes3d_cla(): |
| 1162 | # fixed in pull request 4553 |
| 1163 | fig = plt.figure() |
| 1164 | ax = fig.add_subplot(1, 1, 1, projection='3d') |
| 1165 | ax.set_axis_off() |
| 1166 | ax.cla() # make sure the axis displayed is 3D (not 2D) |
| 1167 | |
| 1168 | |
| 1169 | @mpl3d_image_comparison(['axes3d_rotated.png'], |
nothing calls this directly
no test coverage detected
searching dependent graphs…