Skip to content

Commit 1044127

Browse files
committed
Fixed typo in mplot3d tutorial
svn path=/branches/v1_0_maint/; revision=8835
1 parent 940e515 commit 1044127

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)