generated from mwc/lab_scatter
16 lines
266 B
Markdown
16 lines
266 B
Markdown
# Planning the scatter plot
|
|
|
|
- Draw a scatter plot.
|
|
- Draw the axes.
|
|
- Draw the x-axis.
|
|
x axis is (0,1)
|
|
- Draw the line.
|
|
- ...
|
|
- Draw the y-axis.
|
|
y axis is (4,0)
|
|
- Draw the line.
|
|
- ...
|
|
- Plot the points.
|
|
(1,4)
|
|
- ...
|