Skip to content

Commit c73088a

Browse files
vicliu2001scottshambaugh
authored andcommitted
changed plot.show to plot.draw
1 parent 54b57b4 commit c73088a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/tests/test_art3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ def test_generate_normals():
9595
fig = plt.figure()
9696
ax = fig.add_subplot(projection='3d')
9797
ax.add_collection3d(shape)
98-
plt.show()
98+
plt.draw()

0 commit comments

Comments
 (0)