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

Skip to content

Commit e5b492e

Browse files
committed
regenerate figure from (forked) matplotlib venv and python 3.8.10 / set remove_text to False in test_aspect_equal()
1 parent a3c83d5 commit e5b492e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/mpl_toolkits/tests/test_mplot3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
image_comparison, remove_text=True, style='default')
2222

2323

24-
@mpl3d_image_comparison(['aspect_equal.png'])
24+
@mpl3d_image_comparison(['aspect_equal.png'], remove_text=False)
2525
def test_aspect_equal():
2626
fig = plt.figure()
2727
ax = fig.add_subplot(projection='3d')

0 commit comments

Comments
 (0)