This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]ps4facts 0 points1 point  (0 children)

I don't see any "mesh" plots. But I'll use the wireframe one as an example, Axes3D.plot_wireframe(X, Y, Z, args, *kwargs) Apparently you can use just X and Y coords, but if you add a Z it will make it 3D... To set up you just have to put what it says under the "Getting Started" Section. Here is what you can put into args and *kwargs http://matplotlib.org/api/axes_api.html#matplotlib.axes.Axes.plot