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

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)