generated from mwc/lab_scatter
266 B
266 B
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.
- ...
- Draw the x-axis.
x axis is (0,1)
- Plot the points.
(1,4)
- ...
- Draw the axes.