generated from mwc/lab_scatter
I added more steps after I thought about how to find the minimum and
maximum values.
This commit is contained in:
parent
f3336eb9b6
commit
e784cf6c9e
|
@ -5,11 +5,19 @@
|
|||
- Draw the x-axis.
|
||||
- Draw the line.
|
||||
- Determine the minimum and maximum values.
|
||||
- Read the list.
|
||||
- Order the list.
|
||||
- Print head 1.
|
||||
- Print tail 1.
|
||||
- Draw the ticks.
|
||||
- Label the ticks.
|
||||
- Draw the y-axis.
|
||||
- Draw the line.
|
||||
- Determine the minimum and maxiumum values.
|
||||
- Read the list.
|
||||
- Order the list.
|
||||
- Print head 1.
|
||||
- Print tail 1.
|
||||
- Draw the ticks.
|
||||
- Label the ticks.
|
||||
- Plot the points.
|
||||
|
|
Loading…
Reference in New Issue