generated from mwc/lab_scatter
25 lines
733 B
Markdown
25 lines
733 B
Markdown
# Planning the scatter plot
|
|
|
|
- Draw a scatter plot.
|
|
- Draw the axes.
|
|
- Draw the x-axis.
|
|
- Draw the line.
|
|
- draw tick marks for each spot the numbers will go
|
|
- evenly divide the axis
|
|
- label the axis with numbers
|
|
- decide on a scale for the axis
|
|
|
|
- Draw the y-axis.
|
|
- Draw the line.
|
|
- draw tick marks for each spot the numbers will go
|
|
- evenly divide the axis
|
|
- label the axis with numbers
|
|
- decide on a scale for the axis
|
|
|
|
- Plot the points.
|
|
- draw each point
|
|
- draw a small circle
|
|
- color the circle in
|
|
- determind the (x,y) coordinate of each point
|
|
- locate the correct spot on the set of axis for each point
|