generated from mwc/lab_scatter
Checkpoint 1: I am curious how many points we have to plot and are there specific points?
15 lines
356 B
Markdown
15 lines
356 B
Markdown
# Planning the scatter plot
|
|
|
|
- Draw a scatter plot.
|
|
- Draw the axes.
|
|
- Draw the x-axis.
|
|
- Draw the line.
|
|
- Scale the axis
|
|
- Draw the y-axis.
|
|
- Draw the line.
|
|
- scale the axis
|
|
- Plot the points.
|
|
- determine the number of points you want to plot
|
|
- determine the x and y values of those points
|
|
- create dots
|