I have reached checkpoint 1.

I think I could probably create most of the scatter plot on my own at this
point but it would take a very long time to plot each point. I'm sure
there is an easier way than finding each point one at a time. I wouldn't
know how to write the numbers at this point either.
This commit is contained in:
Lauren Dawnkaski 2024-09-30 18:18:53 -04:00
parent 74f4c476dd
commit 55e3f274be
1 changed files with 15 additions and 3 deletions

View File

@ -4,9 +4,21 @@
- Draw the axes.
- Draw the x-axis.
- Draw the line.
- ...
- draw tick marks for each spot the numbers will go
- evenly divide the axis
- label the axis with numbers
- decide on a scale for the axis
- Draw the y-axis.
- Draw the line.
- ...
- draw tick marks for each spot the numbers will go
- evenly divide the axis
- label the axis with numbers
- decide on a scale for the axis
- Plot the points.
- ...
- draw each point
- draw a small circle
- color the circle in
- determind the (x,y) coordinate of each point
- locate the correct spot on the set of axis for each point