I'm trying to figure out how to consolidate drawing these lines into a for-loop in the draw() function. Basically, I'm trying to animate a bar graph, eg trying to draw each bar from 0 to it's Y value, and then it draws the next bar and so on. I can manually add each block below, and it works fine to create each line, but it seems better to automate it. Each line creates a bar/column.