This screencast gives three quick examples of using FOR loops to perform some common plotting tasks. First we see how to quickly plot several columns of data from the same data set on a single set of axes. Then, we use a FOR loop to create a subplot. Finally, a FOR loop is used to sample from a data set and plot the points as markers.