generated from mwc/lab_scatter
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. |
||
---|---|---|
.commit_template | ||
.gitignore | ||
constants.py | ||
generate_data.py | ||
planning_scatter.md | ||
plotting.py | ||
poetry.lock | ||
pyproject.toml | ||
scatterplot.py | ||
test_transform.py | ||
ticks.py | ||
transform.py |