Go to file
Justin Toombs e4a172e1fd The code was provided to insert the generated plot
points into the scatter plot while drawing said scatter plot.

For checkpoint 3, while I did somewhat start to understand the parts as they were explained to me, it was a long road,
and if it were not for that additional explanation, I would not have completed this lab. This was easily one of the most
difficult things I have ever done, and I don't forsee it getting easier without extensive assistance. However, this did
get me thinking about how material like this is more than likely used in the creation of games, and I do find myself
excited at the prospect of getting to make a game.
2023-08-03 13:05:30 -04:00
.commit_template Initial commit 2023-07-31 14:13:56 +00:00
.gitignore Initial commit 2023-07-31 14:13:56 +00:00
constants.py Initial commit 2023-07-31 14:13:56 +00:00
generate_data.py Initial commit 2023-07-31 14:13:56 +00:00
planning_scatter.md I briefly described how the scatter plot would 2023-08-01 09:31:21 -04:00
plotting.py Initial commit 2023-07-31 14:13:56 +00:00
poetry.lock Initial commit 2023-07-31 14:13:56 +00:00
pyproject.toml Initial commit 2023-07-31 14:13:56 +00:00
scatterplot.py The code was provided to insert the generated plot 2023-08-03 13:05:30 -04:00
test_transform.py Various functions were written in regards to 2023-08-03 12:31:37 -04:00
ticks.py Initial commit 2023-07-31 14:13:56 +00:00
transform.py Various functions were written in regards to 2023-08-03 12:31:37 -04:00