()
| 45 | |
| 46 | @mpl3d_image_comparison(['grid_off.png'], style='mpl20') |
| 47 | def test_grid_off(): |
| 48 | fig = plt.figure() |
| 49 | ax = fig.add_subplot(projection='3d') |
| 50 | ax.grid(False) |
| 51 | |
| 52 | |
| 53 | @mpl3d_image_comparison(['invisible_ticks_axis.png'], style='mpl20') |
nothing calls this directly
no test coverage detected
searching dependent graphs…