Files
lab_scatter/planning_scatter.md
mollychi 768caf2572 I first removed the make the draw the line after the draw the y/x axis, added in the information about the line like the range and domain and the hash marks then added draw the line back in. Then i added information about what i would need to do to go about plotting the points
I could definietly draw the axis' themselves, i think i could draw the dots (not the most effciently way i believe) but they would get on there. I dont think I would be able to label the axis with the numbers on the hash marks and the axis's with the letters and numbers. I know we wrote letters in the past but it just seems very difficult on a larger scale
2025-10-05 17:29:20 -04:00

649 B

Planning the scatter plot

  • Draw a scatter plot.
    • Draw the axes.
      • Draw the x-axis.
        • figure out the max and min
        • figure out the evenally spaced marks
        • label the hash marks with the evenally spaced intervals
        • Draw the line.
      • Draw the y-axis.
        • figure out the max and min
        • figure out the evenally spaced marks
        • label the hash marks with the evenally spaced intervals
        • Draw the line.
    • Plot the points.
      • collect a data set of all [x,y] values
      • insert each [x,y] values into the code
      • have tutrle pick the pen up go to the point put the pen down and draw the point