generated from mwc/lab_scatter
I added steps to the list for how to make a scatterplot.
I think I would be able to make most of the scatterplot now, but I guess I am maybe unsure how the tickmarks and automatic scaling are accomplished. It bothers me that the minimum and maximum on the axes are the minumum and maximum values from the ordered pairs.
This commit is contained in:
parent
6f27782da2
commit
f3336eb9b6
|
@ -4,9 +4,13 @@
|
|||
- Draw the axes.
|
||||
- Draw the x-axis.
|
||||
- Draw the line.
|
||||
- ...
|
||||
- Determine the minimum and maximum values.
|
||||
- Draw the ticks.
|
||||
- Label the ticks.
|
||||
- Draw the y-axis.
|
||||
- Draw the line.
|
||||
- ...
|
||||
- Determine the minimum and maxiumum values.
|
||||
- Draw the ticks.
|
||||
- Label the ticks.
|
||||
- Plot the points.
|
||||
- ...
|
||||
- Draw dots for each ordered pair.
|
||||
|
|
Loading…
Reference in New Issue