Reputation: 1363
I use miniconda, python 3.6.4, win 10 pro, the problem is
I want to plot a 3d figure, how to continue?
Upvotes: 0
Views: 3068
Reputation: 13498
The correct import statement is:
from mpl_toolkits.mplot3d import Axes3D
The D is capital.
Upvotes: 3