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

Skip to content

Commit 3982428

Browse files
committed
changed plot.show to plot.draw
1 parent 6348165 commit 3982428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/tests/test_art3d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ def test_generate_normals():
6464
fig = plt.figure()
6565
ax = fig.add_subplot(projection='3d')
6666
ax.add_collection3d(shape)
67-
plt.show()
67+
plt.draw()

0 commit comments

Comments
 (0)