Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd90a631

Browse files
Update image test failures
1 parentb7a0803 commitd90a631

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
deftest_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
deftest_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
deftest_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)

[8]ページ先頭

©2009-2025 Movatter.jp