As of right this moment i have not a clue in the world how to make a scatter plot graph.

This commit is contained in:
cdonahue
2025-10-30 09:30:58 -04:00
parent 57d750c5db
commit 69da57f2b0
3 changed files with 55 additions and 12 deletions

View File

@@ -4,9 +4,17 @@
- Draw the axes.
- Draw the x-axis.
- Draw the line.
- ...
- label the axis
choose a scale for the values
- Draw the y-axis.
- Draw the line.
- ...
- label the axis
- choose a scale for the values
- Plot the points.
- ...
- erad the data (x, y) pairs.
- for each pair:
- find where it belongs on the x and y scales
- draw a small dot at that position
- add finishing touches
- add axis names
- check that all points and labels are visible and clear