From f3336eb9b698a8a29fe1ba43689dae2328ef6952 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 28 Sep 2024 21:33:54 -0400 Subject: [PATCH] I added steps to the list for how to make a scatterplot. I think I would be able to make most of the scatterplot now, but I guess I am maybe unsure how the tickmarks and automatic scaling are accomplished. It bothers me that the minimum and maximum on the axes are the minumum and maximum values from the ordered pairs. --- planning_scatter.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..59a5b77 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -4,9 +4,13 @@ - Draw the axes. - Draw the x-axis. - Draw the line. - - ... + - Determine the minimum and maximum values. + - Draw the ticks. + - Label the ticks. - Draw the y-axis. - Draw the line. - - ... + - Determine the minimum and maxiumum values. + - Draw the ticks. + - Label the ticks. - Plot the points. - - ... + - Draw dots for each ordered pair.