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 |
| axis | Scales plot axes |
| clf | Clears figures |
| clg | Clears current figure |
| close | Closes figures |
| figure | Creates or activates a figure |
| gcf | Current figure |
| grid | Adds/removes grids |
| hold | Holds current graph |
| legend | Adds legend to plot |
| loglog | Double-logarithmic plot |
| mesh | Plots mesh |
| plot | Standard plot |
| plot3 | 3D plot |
| semilogx | Logarithmic plot in x |
| semilogy | Logarithmic plot in y |
| stairs | Stairstep plot |
| stem | Stem plot |
| subplot | Creates tiled plots |
| surf | Surface plot |
| text | Adds text to graph |
| title | Single graph window title |
| xlabel | Single graph window x-axis label |
| ylabel | Single graph window y-axis label |
| zlabel | Labels z-axis |
| zoom | Zooms in on graph |