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

Skip to content

Commit 797bb55

Browse files
committed
Merged revisions 8835 via svnmerge from
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v1_0_maint ........ r8835 | weathergod | 2010-12-13 15:14:11 -0600 (Mon, 13 Dec 2010) | 2 lines Fixed typo in mplot3d tutorial ........ svn path=/trunk/matplotlib/; revision=8836
1 parent deab9b4 commit 797bb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/mpl_toolkits/mplot3d/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ add a new axes to it of type :class:`~mpl_toolkits.mplot3d.Axes3D`::
1414

1515
import matplotlib.pyplot as plt
1616
from mpl_toolkits.mplot3d import Axes3D
17-
fig = pyplt.figure()
17+
fig = plt.figure()
1818
ax = fig.add_subplot(111, projection='3d')
1919

2020
Line plots

0 commit comments

Comments
 (0)