Initial commit

This commit is contained in:
2025-08-28 04:57:55 +00:00
commit 2b760caca2
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.
- ...