Matplotlib was initially designed with only two-dimensional plotting in mind. ... plots that work on gridded data are wireframes and surface plots. ... <看更多>
For surfaces it's a bit different than a list of 3-tuples, you should pass in a grid for the domain in 2d arrays. If all you have is a list of 3d points, ... ... <看更多>
Extending the matplotlib 3D Drawing Tools¶. In this gist we extend the Axes3D class by adding additional methods for plotting: 3D annotations; 3D vectors. ... <看更多>