generated from mwc/lab_scatter
14 lines
382 B
Markdown
14 lines
382 B
Markdown
# Planning the scatter plot
|
|
|
|
- Draw a scatter plot.
|
|
- Draw the axes.
|
|
- Draw the x-axis.
|
|
- Draw the line.
|
|
- create labels for the x-axis
|
|
- Draw the y-axis.
|
|
- Draw the line.
|
|
- create labels for the y-axis
|
|
- Plot the points.
|
|
- create a list of tuples of x,y values to be plotted
|
|
- map the x, y values to the lines and draw a dot using goto
|