Skip to content

Commit 292c3ca

Browse files
committed
Force style to mpl20
1 parent cc74fe0 commit 292c3ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: lib/mpl_toolkits/mplot3d/tests/test_axes3d.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,7 @@ def test_mixedsamplesraises():
757757
ax.plot_surface(X, Y, Z, cstride=50, rcount=10)
758758

759759

760-
@mpl3d_image_comparison(
761-
['quiver3d.png'])
760+
@mpl3d_image_comparison(['quiver3d.png'], style='mpl20')
762761
def test_quiver3d():
763762
fig = plt.figure()
764763
ax = fig.add_subplot(projection='3d')

0 commit comments

Comments
 (0)