You will have to import Axes3D
to enable the 3d plotting in matplotlib. The official tutorials on 3d plotting can be found here. So the correct imports and code would look like
import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D # <--- This is important for 3d plotting #your code fig = plt.figure() ax = fig.gca(projection='3d')
Related Posts:
- How to make a 3D scatter plot in matplotlib
- ImportError: DLL load failed: The specified module could not be found
- ImportError: DLL load failed: The specified module could not be found
- ‘Syntax Error: invalid syntax’ for no apparent reason
- Purpose of “%matplotlib inline”
- Purpose of “%matplotlib inline”
- How do I update Anaconda?
- TypeError: only size-1 arrays can be converted to Python scalars (matplotlib)
- Showing an image with pylab.imshow()
- How do you change the size of figures drawn with Matplotlib?
- RuntimeWarning: invalid value encountered in divide
- Is “from matplotlib import pyplot as plt” == “import matplotlib.pyplot as plt”?
- _tkinter.TclError: no display name and no $DISPLAY environment variable
- ValueError: operands could not be broadcast together with shapes (5,) (30,)
- _tkinter.TclError: no display name and no $DISPLAY environment variable
- ImportError: No module named matplotlib.pyplot
- matplotlib savefig() plots different from show()
- ‘Conda’ is not recognized as internal or external command
- ‘Conda’ is not recognized as internal or external command
- Plotting a 2D heatmap with Matplotlib
- Save plot to image file instead of displaying it using Matplotlib
- ModuleNotFoundError: No module named ‘sklearn’
- No handles with labels found to put in legend
- How to plot a histogram using Matplotlib in Python with a list of data?
- In Matplotlib, what does the argument mean in fig.add_subplot(111)?
- How can I plot a confusion matrix? [duplicate]
- How to activate an Anaconda environment
- Unable to plot Double Bar, Bar plot using pyplot for ndarray
- ModuleNotFoundError: No module named ‘sklearn’
- matplotlib error – no module named tkinter
- Conda uninstall one package and one package only
- Python Pandas – Missing required dependencies [‘numpy’] 1
- pandas DataFrame “no numeric data to plot” error
- How to change the font size on a matplotlib plot
- Permission denied error by installing matplotlib
- How do I install Python OpenCV through Conda?
- Updating matplotlib in virtualenv with pip
- What is the difference between Spyder and Jupyter?
- What is the difference between pip and conda?
- How do you change the size of figures drawn with Matplotlib?
- How to run Conda?
- How do I set the figure title and axes labels font size in Matplotlib?
- How to customize a scatter matrix to see all titles?
- Is there a list of line styles in matplotlib?
- Matplotlib automatic legend outside plot
- Add Legend to Seaborn point plot
- Matplotlib automatic legend outside plot
- Changing the “tick frequency” on x or y axis in matplotlib?
- Installing tensorflow with anaconda in windows
- matplotlib error – no module named tkinter
- Plotting multiple different plots in one figure using Seaborn
- Plot pie chart and table of pandas dataframe
- ModuleNotFoundError: No module named ‘matplotlib’
- Change figure size and figure format in matplotlib
- Add Legend to Seaborn point plot
- TypeError: ‘DataFrame’ object is not callable
- Removing Conda environment
- Improve subplot size/spacing with many subplots in matplotlib
- how to update spyder on anaconda
- How do I plot only a table in Matplotlib?
- Python equivalent to ‘hold on’ in Matlab
- How to add title to subplots in Matplotlib
- Overcome ValueError for empty array
- How can I rename a conda environment?
- Using %matplotlib notebook after %matplotlib inline in Jupyter Notebook doesn’t work
- How to change a ‘LinearSegmentedColormap’ to a different distribution of color?
- Display image as grayscale using matplotlib
- Create own colormap using matplotlib and plot color scale
- Anaconda Navigator won’t launch (windows 10)
- Why matplotlib does not plot?
- reducing number of plot ticks
- How to increase plt.title font size?
- How to draw vertical lines on a given plot in matplotlib
- Modify the legend of pandas bar plot
- Plot a horizontal line using matplotlib
- Changing the “tick frequency” on x or y axis in matplotlib
- How can I set the aspect ratio in matplotlib?
- Remove xticks in a matplotlib plot?
- No module named “Torch”
- How to add title to seaborn boxplot
- Import Error: No module named numpy Anaconda
- How to install pytorch in windows?
- python SyntaxError: invalid syntax %matplotlib inline
- Spyder Not Launching
- How to update a plot in matplotlib?
- How to make a histogram from a list of data
- How do I change the figure size with subplots?
- ValueError: x and y must be the same size
- How to change plot background color?
- raise LinAlgError(“SVD did not converge”) LinAlgError: SVD did not converge in matplotlib pca determination
- TypeError: Invalid dimensions for image data when plotting array with imshow()
- matplotlib does not show my drawings although I call pyplot.show()
- Linear regression with matplotlib / numpy
- Zsh: Conda/Pip installs command not found
- ImportError: No module named ‘google’
- How to save a Seaborn plot into a file
- Plot correlation matrix using pandas
- Scatter plot colorbar – Matplotlib
- matplotlib: how to draw a rectangle on image
- bbox_to_anchor and loc in matplotlib