8000 Add missing show() to example; patch by C. Gohlke; closes 3151545 · matplotlib/matplotlib@63c6868 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63c6868

Browse files
committed
Add missing show() to example; patch by C. Gohlke; closes 3151545
svn path=/branches/v1_0_maint/; revision=8908
1 parent e335d12 commit 63c6868

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/api/quad_bezier.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
ax.plot([0.75], [0.25], "ro")
1717
ax.set_title('The red point should be on the path')
1818

19-
plt.draw()
20-
19+
plt.show()

0 commit comments

Comments
 (0)
0