diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..5187d79 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -2,11 +2,21 @@ - Draw a scatter plot. - Draw the axes. + - Determine the axis needed for the project + - Determine the intervals of ticks (measurement markers) + - Acquire data set? + - Draw the x-axis. - Draw the line. - - ... + - Draw the line + - Draw the ticks + - Draw the numbers - Draw the y-axis. - Draw the line. - - ... + - Draw the ticks + - Draw the numbers + - connect the x and y axis - Plot the points. - - ... + - input data to determine where dots will fall + - determine size and shape of dots + - plot points