I wrote the planning_scatter.md.

I feel like I can only plot create the x-axis and y-axis on my own. I might have a hard time plotting the scatterplot.
I might have issues plotting the dots to their specific coordinates if there is any.
This commit is contained in:
juddin2
2025-10-05 19:49:47 -04:00
parent 5076f4b5a0
commit f8a665a17e

View File

@@ -1,12 +1,6 @@
# 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.
- ...
- Draw the x-axis and y-axis.
- Number both the axis if necessary.
- Plot the points.
- Scatter plot done.