Lab 4 Applications: Plotting With Matplotlib

Matplotlib can also be used for 3D plotting. The following is an example of how to use matplotlib to plot the function z= sin(x)sin(y) with both x and y ranging from -6 to 6. The resulting plot is shown in Figure 4.5. If you change the number of sample points used you … ................
................