()
| 843 | |
| 844 | @mpl3d_image_comparison(['wireframe3d.png'], style='mpl20') |
| 845 | def test_wireframe3d(): |
| 846 | fig = plt.figure() |
| 847 | ax = fig.add_subplot(projection='3d') |
| 848 | X, Y, Z = axes3d.get_test_data(0.05) |
| 849 | ax.plot_wireframe(X, Y, Z, rcount=13, ccount=13) |
| 850 | |
| 851 | |
| 852 | @mpl3d_image_comparison(['wireframe3dasymmetric.png'], style='mpl20') |
nothing calls this directly
no test coverage detected
searching dependent graphs…