generated from mwc/lab_scatter
Checkpoint 1: I think I could write all of the code for the scatter plot as I have done this before. I did not come accross any specific issues while planning.
19 lines
562 B
Markdown
19 lines
562 B
Markdown
# Planning the scatter plot
|
|
|
|
- Draw a scatter plot.
|
|
- Draw the axes.
|
|
- Draw the x-axis.
|
|
- Draw the line.
|
|
- Draw tick marks evenly spaced apart
|
|
- Draw between 5-10 tick marks
|
|
- Label the tick marks
|
|
- Write the title for the x-axis
|
|
- Draw the y-axis.
|
|
- Draw the line.
|
|
- Draw tick marks evenly spaced apart
|
|
- Draw between 5-10 tick marks
|
|
- Label the tick marks
|
|
- Write the title for the y-axis
|
|
- Plot the points.
|
|
- Draw the title of the graph
|
|
- Sometimes connect the points with a line |