generated from mwc/lab_scatter
24 lines
531 B
Markdown
24 lines
531 B
Markdown
# Planning the scatter plot
|
|
|
|
- Draw a scatter plot.
|
|
- Draw the axes.
|
|
- Draw the x-axis.
|
|
- Draw the line.
|
|
- Add label
|
|
- Calculate the scale
|
|
- Determine increment
|
|
- Draw min label
|
|
- Draw max label
|
|
- Draw increment
|
|
- Draw the y-axis.
|
|
- Draw the line.
|
|
- Add label
|
|
- Calculate the scale
|
|
- Determine increment
|
|
- Draw min label
|
|
- Draw max label
|
|
- Draw increment
|
|
- Plot the points.
|
|
- Move to coord
|
|
- Add marker
|