Summary
Let's review everything we've done to draw a scatter plot.
We'll cover the following...
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:
- Retrieve the data from an API or external source
- Set the dimensions
- Draw the Image
We ...