diff --git a/planning_scatter.md b/planning_scatter.md index d566f3f..6998bdd 100644 --- a/planning_scatter.md +++ b/planning_scatter.md @@ -1,12 +1,6 @@ # Planning the scatter plot -- Draw a scatter plot. - - Draw the axes. - - Draw the x-axis. - - Draw the line. - - ... - - Draw the y-axis. - - Draw the line. - - ... - - Plot the points. - - ... +- Draw the x-axis and y-axis. +- Number both the axis if necessary. +- Plot the points. +- Scatter plot done.