generated from mwc/lab_scatter
I think I could draw the base of the scatter plot. Making the x and y axis seems doable. I do think I would struggle the most with making the ticks. Now after submitting, I do not think I planned enough. I made my plan very straight forward and didn't include the specfics that were listed in the features of the scatter plot.
17 lines
381 B
Markdown
17 lines
381 B
Markdown
# Planning the scatter plot
|
|
|
|
- Draw a scatter plot.
|
|
- Draw the axes.
|
|
- Draw the x-axis.
|
|
- Draw the line.
|
|
- Label the axes
|
|
- Label each increment
|
|
- Draw the y-axis.
|
|
- Draw the line.
|
|
- Label the axes
|
|
- Label each increment
|
|
- Plot the points.
|
|
- Start at origin and move x value
|
|
- Move up y value
|
|
- Plot a point at location
|