Use members of the plots class to generate or manipulate 2D and 3D plots.
| Function | Description |
| alltitle | Multiple graph window title |
| allxlabel | Multiple graph window x-axis label |
| allylabel | Multiple graph window y-axis label |
| area | Filled area plot |
| axis | Scales plot axes |
| bar | Vertical bar plot |
| bar3 | 3D vertical bar plot |
| bar3h | 3D horizontal bar plot |
| barh | Horizontal bar plot |
| clf | Clears figures |
| clg | Clears current figure |
| close | Closes figures |
| contour | Contour plot |
| contour3 | 3D contour plot |
| contourf | Contour plot with intensity shading |
| deferdraw | Defers drawing or redraws |
| errorbar | Plot with error bars |
| ezcontour | Contour plot of a function |
| ezcontourf | Contour plot with intensity shading of a function |
| ezmesh | Plots mesh of a function |
| ezmeshc | Plots mesh and contours of a function |
| ezplot | Standard plot of a function |
| ezplot3 | 3D plot of functions |
| ezpolar | Polar plot of a function |
| ezsurf | Surface plot of a function |
| ezsurfc | Surface plot and contours of a function |
| feather | Plots vectors |
| figure | Creates or activates a figure |
| fill | Filled polygon |
| fplot | Standard plot of a function |
| gcf | Current figure |
| gplot | Plots coordinates using an adjacency matrix |
| grid | Adds/removes grids |
| hold | Holds current graph |
| legend | Adds legend to plot |
| line | Adds line |
| loglog | Double-logarithmic plot |
| mesh | Plots mesh |
| meshc | Plots mesh and contours |
| pie | Pie chart |
| plot | Standard plot |
| plot3 | 3D plot |
| plotmatrix | Scatter plots of a matrix |
| plotyy | Plot with left and right y-axes |
| polar | Polar plot |
| quiver | Velocity plot |
| scatter | Scatter plot |
| scatter3 | 3D scatter plot |
| semilogx | Logarithmic plot in x |
| semilogy | Logarithmic plot in y |
| shg | Brings plot window to front |
| stairs | Stairstep plot |
| stem | Stem plot |
| stem3 | 3D stem plot |
| strips | Strip plot |
| subplot | Creates tiled plots |
| surf | Surface plot |
| surfc | Surface plot and contours |
| text | Adds text to graph |
| title | Single graph window title |
| treeplot | Plots tree or forest |
| waterfall | 3D waterfall |
| xlabel | Single graph window x-axis label |
| ylabel | Single graph window y-axis label |
| zlabel | Labels z-axis |
| zoom | Zooms in on graph |