Initial commit

This commit is contained in:
2026-01-27 20:07:38 +00:00
commit 452fd7042a
12 changed files with 286 additions and 0 deletions

12
planning_scatter.md Normal file
View File

@@ -0,0 +1,12 @@
# Planning the scatter plot
- Draw a scatter plot.
- Draw the axes.
- Draw the x-axis.
- Draw the line.
- ...
- Draw the y-axis.
- Draw the line.
- ...
- Plot the points.
- ...