generated from mwc/lab_scatter
As of right this moment i have not a clue in the world how to make a scatter plot graph.
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.
|
||||
- ...
|
||||
- erad the data (x, y) pairs.
|
||||
- for each pair:
|
||||
- find where it belongs on the x and y scales
|
||||
- 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