Top "Mplot3d" questions

a 3D plotting toolkit which ships with the matplotlib Python plotting library.

Adding colors to a 3d quiver plot in matplotlib

I want to have colors corresponding to a colormap in my 3d quiver plot. The 2d version of the plot …

python numpy matplotlib mplot3d
Reverse Z Axis on matplotlib 3D Plot

How would one reverse the order on the z axis of a 3D plot (i.e. negative is up, and …

python matplotlib mplot3d
Rotating axes label text in 3D matplotlib

How do I rotate the z-label so the text reads (bottom => top) rather than (top => bottom)? import matplotlib.…

python matplotlib mplot3d
Changing position of vertical (z) axis of 3D plot (Matplotlib)?

I'm doing some 3D surface plots using Matplotlib in Python and have noticed an annoying phenomenon. Depending on how I …

python matplotlib mplot3d
matplotlib plotting multiple lines in 3D

I am trying to plot multiple lines in a 3D plot using matplotlib. I have 6 datasets with x and y …

python matplotlib plot mplot3d
3D plot with Matplotlib

I'm simply trying to plot a surface and its contour in 3D, exactly as in this example. This is the …

python matplotlib mplot3d contourf
How to plot a 3D patch collection in matplotlib?

I'm trying to make a 3D plot in matplotlib with three circles on it, each centered at the origin and …

python matplotlib mplot3d
Difference between ax.set_xlabel() and ax.xaxis.set_label() in MatplotLib 3.0.1

(This may be a naive question. Pardon me if so.) I am using Python 3.7.1 and MatplotLib 3.0.1. In below simple code, …

python python-3.x matplotlib mplot3d
3D Plot with Matplotlib: Hide axes but keep axis-labels?

I am using Matplotlib to visualize three-dimensional arrays. I got it almost the way I want it, apart from a …

python matplotlib plot mplot3d
Matplotlib 3D plot use colormap

I am trying to use ax.scatter to plot a 3D scattering plot. I've read the data from a fits …

python matplotlib plot colormap mplot3d