Below the threshold, the toy window doubles at each round trip.
Slow start grows quickly
When cwnd is below the threshold, this toy uses the slow-start rule: double the window for the next RTT.
below threshold⇒double
First doubling
RTT 1 starts at cwnd 1 and doubles to 2.
The doubling continues
The next slow-start rows carry that same exact rule: 2 becomes 4, then 4 becomes 8.
Summary
Slow start is visible as the steep left side of the line: 1, 2, 4, 8.