4 Commits

Author SHA1 Message Date
angelotr
6830422dcc For this final checkpoint, I finished the draw_axes(data) and implemented ticks so that plot has clear coordinate reference. The draw_points() function was also finsihed with the use of the no_delay() function which allowed the function to display the points, and done() was used to make the scatter plot visible.
At first, this program was pretty tricky, but working through it step by step helped me understand it.
The top-down plan from Checkpoint 1 made it easier to see how drawing the axes, ticks, and points all fit together. It was difficult to understand
the different parts of the complex program but the top-down plan and outside resources helped me achieve my goal. By the end,
I understood how the pieces worked as a whole, and it gave me ideas for other programs like making line graphs or bar charts in the same way.
2025-10-07 01:11:38 -04:00
angelotr
3c65e2e8a7 For checkpoint 2, I finished the functions in transform.py to fix the error when testing it.
Checkpoint 2:
Writing some more complex functions have proven to be a challenge but
 also quite interesting. The new and more complex functions looked
 intimidating at first because it looked like everything was all
 over the place. My biggest struggle was figuring out what each
 part of the new complex functions did and how they work with other
 functions. In order to make progress I looked up information
 related to the complex functions to get a better understanding
 of what each part is meant for and how it work within itself and
 other functions. Like previous checkpoints, this task required
 me to think outside the box and seek outside clarification to be
 successful.
2025-10-07 00:31:40 -04:00
angelotr
a7463bff16 What I changed for my first checkpoint is I broke down the process of creating a scatter plot.
Checkpoint 1:
If I were to write out my own scatter plot I think I could write a bit. I would need help with how to begin the scatter plot but
I would know what would be needed to complete the scatter plot. Getting the idea of what I need for the scatter plot is easier for me rather than
putting what I need on paper as a code for my scatter plot without many trial and error attempts.
2025-10-06 23:01:40 -04:00
27fa360389 Initial commit 2025-09-01 02:29:18 +00:00