Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d90a631

Browse files
Update image test failures
1 parent b7a0803 commit d90a631

File tree

7 files changed

+0
-3
lines changed

7 files changed

+0
-3
lines changed

lib/mpl_toolkits/mplot3d/tests/test_axes3d.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ def test_tight_layout_text(fig_test, fig_ref):
409409

410410
@mpl3d_image_comparison(['scatter3d.png'], style='mpl20')
411411
def test_scatter3d():
412-
plt.rcParams['axes3d.automargin'] = True # Remove when image is regenerated
413412
fig = plt.figure()
414413
ax = fig.add_subplot(projection='3d')
415414
ax.scatter(np.arange(10), np.arange(10), np.arange(10),
@@ -423,7 +422,6 @@ def test_scatter3d():
423422

424423
@mpl3d_image_comparison(['scatter3d_color.png'], style='mpl20')
425424
def test_scatter3d_color():
426-
plt.rcParams['axes3d.automargin'] = True # Remove when image is regenerated
427425
fig = plt.figure()
428426
ax = fig.add_subplot(projection='3d')
429427

@@ -882,7 +880,6 @@ def test_mixedsamplesraises():
882880
# remove tolerance when regenerating the test image
883881
@mpl3d_image_comparison(['quiver3d.png'], style='mpl20', tol=0.003)
884882
def test_quiver3d():
885-
plt.rcParams['axes3d.automargin'] = True # Remove when image is regenerated
886883
fig = plt.figure()
887884
ax = fig.add_subplot(projection='3d')
888885
pivots = ['tip', 'middle', 'tail']

0 commit comments

Comments
 (0)