diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..b35bf46 Binary files /dev/null and b/.DS_Store differ diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..a2228b9 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -1,12 +1,13 @@ # Planning the scatter plot - Draw a scatter plot. + - Determine the bounds of the data and the scale of our coordinate system. - Draw the axes. - - Draw the x-axis. + - Draw the axes. - Draw the line. - - ... - - Draw the y-axis. - - Draw the line. - - ... + - Draw the ticks in even intervals + - Draw the scale. - Plot the points. - - ... + - Set size of point + - Set color + - Draw point