generated from mwc/lab_scatter
Checkpoint 1: Although I am familiar with utilizing the scatterplots, I am sure some parts of the coding that makes the scatterplot will be confusing. I am not very strong in creating loops in a logical way so probably that will be where I might get stuck, if there are any.
21 lines
558 B
Markdown
21 lines
558 B
Markdown
# Planning the scatter plot
|
|
|
|
- Draw a scatter plot.
|
|
- Title the plot/graph
|
|
- Draw the axes.
|
|
- Label the axes.
|
|
- Draw the x-axis.
|
|
- Draw the line.
|
|
- Determine the step-size
|
|
- Place the values along the x-axis
|
|
- Draw the y-axis.
|
|
- Draw the line.
|
|
- Determine the step-size
|
|
- Place the values aloing the y-axis
|
|
- Plot the points.
|
|
- Match the corresponding x and y values.
|
|
- Place markers at the intersection of the values.
|
|
- Add legends, if needed.
|
|
|
|
|