generated from mwc/lab_scatter
I don't think I would be able to write a lot on my own of a scatter plot. I don't think I would fully know how to plot the points on a scatter plot.
This commit is contained in:
@@ -4,9 +4,17 @@
|
||||
- Draw the axes.
|
||||
- Draw the x-axis.
|
||||
- Draw the line.
|
||||
- ...
|
||||
- Label the axis.
|
||||
- Choose a scale for the values.
|
||||
- Draw the y-axis.
|
||||
- Draw the line.
|
||||
- ...
|
||||
- Label the axis.
|
||||
- Choose a scale for the values.
|
||||
- Plot the points.
|
||||
- ...
|
||||
- Read the data (x, y) pairs.
|
||||
- For each pair:
|
||||
- Find where it belongs on the x and y axis.
|
||||
- Draw a small dot at that position.
|
||||
- Add finishing touches.
|
||||
- Add axis names.
|
||||
- Check that all points and labels are visible and clear.
|
||||
Reference in New Issue
Block a user