Revision: 8835
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8835&view=rev
Author:   weathergod
Date:     2010-12-13 21:14:11 +0000 (Mon, 13 Dec 2010)

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.

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to