From 8c95af2153c68f6db66f70b975765fa175658a30 Mon Sep 17 00:00:00 2001 From: tgaeta Date: Mon, 6 Oct 2025 12:18:07 -0400 Subject: [PATCH] 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. --- .DS_Store | Bin 0 -> 6148 bytes planning_scatter.md | 13 +++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..b35bf4649de5e2f3925244c3fd8aebf026f3199b GIT binary patch literal 6148 zcmeHKy-veG47N*#NL|9lcu!ENZ*Wv$VXfFvsZ@|!r2`CXxA7EZM7#+juf*pcs)VR3 z1K5)9%h~>N$v4C?5%J<_Jtu02sD=yDi!5W4y!gl_9;tvV_thy2gCes0&b?P}Yt5UbyBUZ0!mkIP|xeaug1hr{`g{Qkc8Y?A_NSSSz*gaV;J zDDW>8K+hJdr-reH0--=Ca8y9P4+$=q9gCrUIW&HC*c~0ZbAAX2)WP2#k#i zG%EXu!A3_sd0loahDImWlW`wEnSDZGJst6+<;2-A)=(f67%FgP+eZ5T75v2fKP1I2 z6bJ?Wlmc9}%XWcR^4>anIq9_tehdFL)M_~vZN)%s#n?zIzUb8@xkf%a7DJ^Yu5@7h N2#79Wp}=n_@C9lhC_MlG literal 0 HcmV?d00001 diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..a2228b9 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -1,12 +1,13 @@ # Planning the scatter plot - Draw a scatter plot. + - Determine the bounds of the data and the scale of our coordinate system. - Draw the axes. - - Draw the x-axis. + - Draw the axes. - Draw the line. - - ... - - Draw the y-axis. - - Draw the line. - - ... + - Draw the ticks in even intervals + - Draw the scale. - Plot the points. - - ... + - Set size of point + - Set color + - Draw point