generated from mwc/lab_scatter
I could definietly draw the axis' themselves, i think i could draw the dots (not the most effciently way i believe) but they would get on there. I dont think I would be able to label the axis with the numbers on the hash marks and the axis's with the letters and numbers. I know we wrote letters in the past but it just seems very difficult on a larger scale
19 lines
649 B
Markdown
19 lines
649 B
Markdown
# Planning the scatter plot
|
|
|
|
- Draw a scatter plot.
|
|
- Draw the axes.
|
|
- Draw the x-axis.
|
|
- figure out the max and min
|
|
- figure out the evenally spaced marks
|
|
- label the hash marks with the evenally spaced intervals
|
|
- Draw the line.
|
|
- Draw the y-axis.
|
|
- figure out the max and min
|
|
- figure out the evenally spaced marks
|
|
- label the hash marks with the evenally spaced intervals
|
|
- Draw the line.
|
|
- Plot the points.
|
|
- collect a data set of all [x,y] values
|
|
- insert each [x,y] values into the code
|
|
- have tutrle pick the pen up go to the point put the pen down and draw the point
|