Go to file
Chris Mekelburg 7a15d39c1c Checkpoint 3
Wow, what an adventure! I had some trouble with this part of the lab,
mainly because of the error messages the terminal kept feeding back to
me. I kept looking at the lines the errors referred to and in several
cases, could not figure out what was wrong. When a classmate and I
finally compared our codes, that helped me see that the only error was
in my final function, and I was able to quickly clean that up and the
program worked. I did have to look up the zip function to combine lists
that I had previously separated, although looking back there may have
been a way to do this without the zip function by not separating the
original data set into x and y at the beginning. Overall thought, I
feel this code worked well and looks pretty clean. I’m hoping this work
with the functions here can help me clean up my drawing project (which
is a bit of a mess right now after I made so many changes). I’m going
to attempt that next and reach out for help as needed.
2024-10-06 20:41:48 -04:00
.commit_template Initial commit 2024-08-27 23:08:25 +00:00
.gitignore Initial commit 2024-08-27 23:08:25 +00:00
constants.py Initial commit 2024-08-27 23:08:25 +00:00
generate_data.py Initial commit 2024-08-27 23:08:25 +00:00
planning_scatter.md Checkpoint 1: Plan for Scatter plot 2024-10-01 20:02:39 -04:00
plotting.py Initial commit 2024-08-27 23:08:25 +00:00
poetry.lock Initial commit 2024-08-27 23:08:25 +00:00
pyproject.toml Initial commit 2024-08-27 23:08:25 +00:00
scatterplot.py Checkpoint 3 2024-10-06 20:41:48 -04:00
test_transform.py Initial commit 2024-08-27 23:08:25 +00:00
ticks.py Initial commit 2024-08-27 23:08:25 +00:00
transform.py Checkpoint 3 2024-10-06 20:41:48 -04:00