created a plan on how to tackle the lab

finished up planning on planning_scatter.
This commit is contained in:
ilmabura
2025-10-06 20:10:39 -04:00
parent d6ad0e7792
commit 44cb25a94b

View File

@@ -4,9 +4,10 @@
- Draw the axes.
- Draw the x-axis.
- Draw the line.
- ...
- create labels for the x-axis
- Draw the y-axis.
- Draw the line.
- ...
- create labels for the y-axis
- Plot the points.
- ...
- create a list of tuples of x,y values to be plotted
- map the x, y values to the lines and draw a dot using goto