4 Commits

Author SHA1 Message Date
caglazir
8da8754269 I made some changes/fixes to draw a scatter plot.
I enjoyed the thought processes that were happening in my mind,
altough it HURT. I think I did a little too much with recalling some
of the functions we defined in our transform.py file for the
scatterplot.py file. I appreciated the step-by-step breakdown on the
website to guide me though what would be  included in each chunk of
the code. Still, I ran into the issue of how to actually make those
steps happen. I think it had more to do with my understanding of the
individual functins like clamp and ratio because I went back and forth
many times trying to figure out how to actually execute them. I
preffered the kind of thinking we did for Checkpoint #2. It made a lot
more sense to me although I still struggled with what things actually
meant.
2025-10-15 21:02:19 -04:00
caglazir
5959c01c07 I added the code for the various functions
Checkpoint 2: It went okay. There were points where I couldn't figure out
what was going wrong so I had to look up the commands to make sure I was
using them as intended. Personally, coding is a lot of trial and error
for me in the learning process. I have to see what the code understands
and what it doesn't so I can rewrite it in a way that can be understood.
With practice I get used to its "lingo" for example the idententation
patterns, repetition, redefinition etc.
2025-10-06 17:51:58 -04:00
caglazir
8bfbf32027 I added the steps I follow for scatterplots.
Checkpoint 1: Although I am familiar with utilizing the scatterplots,
I am sure some parts of the coding that makes the scatterplot will be
confusing. I am not very strong in creating loops in a logical way so
probably that will be where I might get stuck, if there are any.
2025-10-06 09:57:36 -04:00
0d8a301dbb Initial commit 2025-09-04 20:32:10 +00:00