-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
The code for a single stemplot should point the way. I would start by modifying the code to write the leaves for each stem into a single string (one string for each set of leaves, i.e. two leaf strings per stem, one for each side), and then determining the length of the largest on the left-hand side. This will give you the padding (mincol) to use in format. Once the padding is known, loop through the stems and:
- Print left side leaf string, right padded to the largest string
- Print the stem
- Print the right-side leaf string
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers