Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3c44d commit 43f1926Copy full SHA for 43f1926
1 file changed
examples/pyplots/whats_new_1_subplot3d.py
@@ -45,7 +45,8 @@
45
# The use of the following functions, methods, classes and modules is shown
46
# in this example:
47
48
-import matplotlib, mpl_toolkits
+import matplotlib
49
+import mpl_toolkits
50
matplotlib.figure.Figure.add_subplot
51
mpl_toolkits.mplot3d.axes3d.Axes3D.plot_surface
52
mpl_toolkits.mplot3d.axes3d.Axes3D.plot_wireframe
0 commit comments