generated from mwc/lab_scatter
I'm not sure how to draw text with the turtle library but besides that I think I can do the rest.
14 lines
335 B
Markdown
14 lines
335 B
Markdown
# Planning the scatter plot
|
|
|
|
- Draw a scatter plot.
|
|
- Determine the bounds of the data and the scale of our coordinate system.
|
|
- Draw the axes.
|
|
- Draw the axes.
|
|
- Draw the line.
|
|
- Draw the ticks in even intervals
|
|
- Draw the scale.
|
|
- Plot the points.
|
|
- Set size of point
|
|
- Set color
|
|
- Draw point
|