====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
gibson:teaching:spring-2016:math445:finaltopics [2016/05/16 06:45] gibson [Math 445 final exam topics] |
gibson:teaching:spring-2016:math445:finaltopics [2016/05/16 06:45] (current) gibson [Plotting] |
||
---|---|---|---|
Line 59: | Line 59: | ||
* how to make 2D contour plots with **contourf** and **linspace**, **meshgrid** etc. | * how to make 2D contour plots with **contourf** and **linspace**, **meshgrid** etc. | ||
* how to make 2D quiver plots with **quiver** and **linspace**, **meshgrid** etc. | * how to make 2D quiver plots with **quiver** and **linspace**, **meshgrid** etc. | ||
- | * how to make 3D surface plots with **sruf** and **linspace**, **meshgrid**, etc. | + | * how to make 3D surface plots with **surf** and **linspace**, **meshgrid**, etc. |
* how to load data from a file and plot it | * how to load data from a file and plot it | ||
* how to label axes, title a plot, color the lines, show markers on data points, display a coordinate grid, show a colorbar, etc. | * how to label axes, title a plot, color the lines, show markers on data points, display a coordinate grid, show a colorbar, etc. |