generated from mwc/lab_scatter
531 B
531 B
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
- Calculate the scale
- Draw the y-axis.
- Draw the line.
- Add label
- Calculate the scale
- Determine increment
- Draw min label
- Draw max label
- Draw increment
- Calculate the scale
- Draw the x-axis.
- Plot the points.
- Move to coord
- Add marker
- Draw the axes.