Go to file
Rebecca Hankey 3fb69f5e3b I adjusted the code to complete the scatterplot.
First I defined the x and y axis and worked through the commands to draw
them. Then I changed the definitions so the program would draw the points.

This felt like the most complex code that we have written by a long shot.
There were a lot of challenges along the way, however when it came together it was
really satisfying. Overall, I felt like I understood the directions and I understood
why the answer was correct, but trying to configure the pieces to complete the code was
difficult. This could be from a number of factors, and is certainly not aided by the fact
that I have not had to do formal math of any kind for almost a decade. But like I said,
when it clicked, it clicked.

The top down thinking is something I am getting used to in terms of code. It reminds me a lot of scaffolding
in teaching. A task by itself can be daunting, but when it is broken down into parts it becomes manageable.
That being said, there are still places where I am struggling, but again, I am reminded of my students.
So many of them struggle all year to understand English concepts and I challenge them to embrace the discomfort
and have faith that the will be successful. Call it imposter syndome or learning curve, but I am enjoying the challenge and
trying to stick with it.

I was thinking about other data sets that require bounds and plotting. I think this would be an amazing
way to analyze and plot large amounts of data, like stuudent data maybe? I want to know more about what the inputting of data side of
the program as well.
2024-10-21 18:53:00 -04:00
.commit_template Initial commit 2024-08-29 12:32:30 +00:00
.gitignore Initial commit 2024-08-29 12:32:30 +00:00
constants.py Initial commit 2024-08-29 12:32:30 +00:00
generate_data.py Initial commit 2024-08-29 12:32:30 +00:00
planning_scatter.md I added steps to the sctterplot planning 2024-10-20 11:16:41 -04:00
plotting.py Initial commit 2024-08-29 12:32:30 +00:00
poetry.lock Initial commit 2024-08-29 12:32:30 +00:00
pyproject.toml Initial commit 2024-08-29 12:32:30 +00:00
scatterplot.py I adjusted the code to complete the scatterplot. 2024-10-21 18:53:00 -04:00
test_transform.py Initial commit 2024-08-29 12:32:30 +00:00
ticks.py Initial commit 2024-08-29 12:32:30 +00:00
transform.py I completed the definitions for the scatter plot. 2024-10-20 20:20:14 -04:00