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. ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins