Commit Graph

3 Commits

Author SHA1 Message Date
Chris Mekelburg 6b10468d8d Checkpoint 2
I found some of these functions in checkpoint 2 to be a little bit
trickier to write. I wasn’t always sure what was going on with each
function and often had to look back and really think about what each
function was doing. Particularly with the clamp and ratio functions I
had a more difficult time understanding what the purpose of the function
was in the grand picture of making the scatter plot, but the more I
played around with the functions the more sense it made. I did get stuck
once with the lists for the get_x and get_y values and while I thought I
needed to create a list, I was missing the piece about how to add to
the list. Checking in with classmates on Discord helped me to move
past that roadblock.
2024-10-05 16:30:02 -04:00
Chris Mekelburg e4b8042ee6 Checkpoint 1: Plan for Scatter plot
I think the drawing part of the scatter plot, such as the lines for the
axes and tick marks would be the easiest to draw so far because they
most resemble turtle drawings from unit 1. I think these drawings would
be somewhat complex based on the different distances the turtle has to
move so I look forward to what we will learn in this lab to hopefully
simplify that process. My sense is that this lab will cover functions
such as max and min and also how to draw using the turtle while pulling
values from a list.
2024-10-01 20:02:39 -04:00
cmekelburg 70ceb430be Initial commit 2024-08-27 23:08:25 +00:00