From: <ef...@us...> - 2011-01-12 08:15:00
|
Revision: 8908 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8908&view=rev Author: efiring Date: 2011-01-12 08:14:53 +0000 (Wed, 12 Jan 2011) Log Message: ----------- Add missing show() to example; patch by C. Gohlke; closes 3151545 Modified Paths: -------------- branches/v1_0_maint/examples/api/quad_bezier.py Modified: branches/v1_0_maint/examples/api/quad_bezier.py =================================================================== --- branches/v1_0_maint/examples/api/quad_bezier.py 2011-01-12 08:04:06 UTC (rev 8907) +++ branches/v1_0_maint/examples/api/quad_bezier.py 2011-01-12 08:14:53 UTC (rev 8908) @@ -16,5 +16,4 @@ ax.plot([0.75], [0.25], "ro") ax.set_title('The red point should be on the path') -plt.draw() - +plt.show() \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |