lab_scatter/planning_scatter.md

733 B

Planning the scatter plot

  • Draw a scatter plot.
    • Draw the axes.

      • Draw the x-axis.

        • Draw the line.
        • draw tick marks for each spot the numbers will go
          • evenly divide the axis
        • label the axis with numbers
          • decide on a scale for the axis
      • Draw the y-axis.

        • Draw the line.
        • draw tick marks for each spot the numbers will go
          • evenly divide the axis
        • label the axis with numbers
          • decide on a scale for the axis
    • Plot the points.

      • draw each point
        • draw a small circle
        • color the circle in
        • determind the (x,y) coordinate of each point
          • locate the correct spot on the set of axis for each point