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

Skip to content

Commit 43f1926

Browse files
committed
Fix multiple imports
1 parent 3c3c44d commit 43f1926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/pyplots/whats_new_1_subplot3d.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
# The use of the following functions, methods, classes and modules is shown
4646
# in this example:
4747

48-
import matplotlib, mpl_toolkits
48+
import matplotlib
49+
import mpl_toolkits
4950
matplotlib.figure.Figure.add_subplot
5051
mpl_toolkits.mplot3d.axes3d.Axes3D.plot_surface
5152
mpl_toolkits.mplot3d.axes3d.Axes3D.plot_wireframe

0 commit comments

Comments
 (0)