Revision: 8835 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8835&view=rev Author: weathergod Date: 2010年12月13日 21:14:11 +0000 (2010年12月13日) Log Message: ----------- Fixed typo in mplot3d tutorial Modified Paths: -------------- branches/v1_0_maint/doc/mpl_toolkits/mplot3d/tutorial.rst Modified: branches/v1_0_maint/doc/mpl_toolkits/mplot3d/tutorial.rst =================================================================== --- branches/v1_0_maint/doc/mpl_toolkits/mplot3d/tutorial.rst 2010年12月13日 16:13:35 UTC (rev 8834) +++ branches/v1_0_maint/doc/mpl_toolkits/mplot3d/tutorial.rst 2010年12月13日 21:14:11 UTC (rev 8835) @@ -14,7 +14,7 @@ import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D - fig = pyplt.figure() + fig = plt.figure() ax = fig.add_subplot(111, projection='3d') Line plots This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.