Initial commit

This commit is contained in:
eqb
2025-08-25 10:03:38 +00:00
commit 6f353843b6
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.
- ...