lab_scatter/planning_scatter.md

531 B

Planning the scatter plot

  • Draw a scatter plot.
    • Draw the axes.
      • Draw the x-axis.
        • Draw the line.
        • Add label
          • Calculate the scale
            • Determine increment
          • Draw min label
          • Draw max label
          • Draw increment
      • Draw the y-axis.
        • Draw the line.
        • Add label
          • Calculate the scale
            • Determine increment
          • Draw min label
          • Draw max label
          • Draw increment
    • Plot the points.
      • Move to coord
      • Add marker