I added more steps after I thought about how to find the minimum and

maximum values.
This commit is contained in:
root 2024-09-28 21:48:23 -04:00
parent f3336eb9b6
commit e784cf6c9e
1 changed files with 8 additions and 0 deletions

View File

@ -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.