Graphics in MATLAB allow visualization of data in 2D and 3D plots. Common 2D plot commands include plot to graph vectors against each other, and ezplot for simple functions. Labels, titles, legends and grids can be added. Multiple graphs can be plotted on the same axes using hold. Logarithmic and polar plots are also possible. 3D plots include plot3 to connect points in space and mesh/surf to visualize surfaces.