From f8a665a17ed63d0de79506850688c988254d0d24 Mon Sep 17 00:00:00 2001 From: juddin2 Date: Sun, 5 Oct 2025 19:49:47 -0400 Subject: [PATCH] I wrote the planning_scatter.md. I feel like I can only plot create the x-axis and y-axis on my own. I might have a hard time plotting the scatterplot. I might have issues plotting the dots to their specific coordinates if there is any. --- planning_scatter.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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.