Summary

Let's review everything we've done to draw a scatter plot.

We'll cover the following...

We are finally finished with the scatter plot. It took a lot of work. We have already talked about the first steps, which are the following:

  1. Retrieve the data from an API or external source
  2. Set the dimensions
  3. Draw the Image

We ...