I don't think I would be able to write a lot on my own of a scatter plot. I don't think I would fully know how to plot the points on a scatter plot.

This commit is contained in:
jbayati
2025-10-30 09:31:33 -04:00
parent 76ae4d020c
commit d8ccfe5c3b
2 changed files with 55 additions and 11 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.
- ...
- Read the data (x, y) pairs.
- For each pair:
- Find where it belongs on the x and y axis.
- Draw a small dot at that position.
- Add finishing touches.
- Add axis names.
- Check that all points and labels are visible and clear.