3D Plane wire frame Graph
In this tutorial, we cover how to make a wire frame / plane graph in Matplotlib. For this, we're just going to use the sample data provided by Matplotlib and leave it there. This type of graph is very specific in its application. If you happen to have your own data, feel free to substitute!
The below code covers an example. I have included the commented out function that generates test data for this, in case you are curious:
Not going to cover it officially, but check out:
Source: Python Programming