generated from mwc/lab_scatter
I have reached checkpoint 1.
I think I could probably create most of the scatter plot on my own at this point but it would take a very long time to plot each point. I'm sure there is an easier way than finding each point one at a time. I wouldn't know how to write the numbers at this point either.
This commit is contained in:
parent
74f4c476dd
commit
55e3f274be
|
@ -4,9 +4,21 @@
|
||||||
- Draw the axes.
|
- Draw the axes.
|
||||||
- Draw the x-axis.
|
- Draw the x-axis.
|
||||||
- Draw the line.
|
- Draw the line.
|
||||||
- ...
|
- draw tick marks for each spot the numbers will go
|
||||||
|
- evenly divide the axis
|
||||||
|
- label the axis with numbers
|
||||||
|
- decide on a scale for the axis
|
||||||
|
|
||||||
- Draw the y-axis.
|
- Draw the y-axis.
|
||||||
- Draw the line.
|
- Draw the line.
|
||||||
- ...
|
- draw tick marks for each spot the numbers will go
|
||||||
|
- evenly divide the axis
|
||||||
|
- label the axis with numbers
|
||||||
|
- decide on a scale for the axis
|
||||||
|
|
||||||
- Plot the points.
|
- Plot the points.
|
||||||
- ...
|
- draw each point
|
||||||
|
- draw a small circle
|
||||||
|
- color the circle in
|
||||||
|
- determind the (x,y) coordinate of each point
|
||||||
|
- locate the correct spot on the set of axis for each point
|
||||||
|
|
Loading…
Reference in New Issue