Drew outline for making scatter plot

I'm not sure how to draw text with the turtle library but besides that
I think I can do the rest.
This commit is contained in:
tgaeta
2025-10-06 12:18:07 -04:00
parent 04c5a00b95
commit 8c95af2153
2 changed files with 7 additions and 6 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -1,12 +1,13 @@
# Planning the scatter plot # Planning the scatter plot
- Draw a scatter plot. - Draw a scatter plot.
- Determine the bounds of the data and the scale of our coordinate system.
- Draw the axes. - Draw the axes.
- Draw the x-axis. - Draw the axes.
- Draw the line. - Draw the line.
- ... - Draw the ticks in even intervals
- Draw the y-axis. - Draw the scale.
- Draw the line.
- ...
- Plot the points. - Plot the points.
- ... - Set size of point
- Set color
- Draw point