generated from mwc/lab_scatter
I briefly described how the scatter plot would
need to be made inside of the planning document for Checkpoint 1. When it comes to my comfort level on creating this on my own, I would simply say that the thought of doing this with instructions is terrifying to me. I am terrible at math and introducing math to a concept I am still barely grasping at times has me extremely anxious. I wouldn't even be able to say how to make a scatter plot on a graphing calculator even though I was taught how to do so in middle and high school. Math has always been a sore spot for me and I cannot say I am looking forward to this lab as a result.
This commit is contained in:
parent
4f11aaae4c
commit
f80bbcf1c0
|
@ -1,12 +1,12 @@
|
|||
# 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 a scatter plot. - This should include the x and y axis with automatic scale and all points plotted accurately.
|
||||
- Draw the axes. - This should nest the x and y axis within one function.
|
||||
- Draw the x-axis. - This should draw the x axis with proper labels of measurement.
|
||||
- Draw the line. - This will draw a straight line.
|
||||
- ... - This will provide any labels for the axis and return the turtle to its starting point.
|
||||
- Draw the y-axis. - This should draw the y axis with proper labels of measurement.
|
||||
- Draw the line. - This will draw a straight line.
|
||||
- ... - This will provide any labels for the axis and return the turtle to its starting point.
|
||||
- Plot the points. - This will nest all points within one function.
|
||||
- ... - This will break down each individual point for the scatter plot.
|
||||
|
|
Loading…
Reference in New Issue