Initial commit

This commit is contained in:
2025-09-15 15:37:34 +00:00
commit e545759daf
12 changed files with 287 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.
- ...