generated from mwc/lab_scatter
I feel like I can only plot create the x-axis and y-axis on my own. I might have a hard time plotting the scatterplot. I might have issues plotting the dots to their specific coordinates if there is any.
7 lines
136 B
Markdown
7 lines
136 B
Markdown
# Planning the scatter plot
|
|
|
|
- Draw the x-axis and y-axis.
|
|
- Number both the axis if necessary.
|
|
- Plot the points.
|
|
- Scatter plot done.
|