Go to file
Thomas Naber f6cfe7235a Checkpoint 2
Writingthe code for this wasn't terribly difficult once I figured out
what i needed to do. I didn't quite understand the purpose of each
function in the context of the overall program, which made the scale
function difficult to write at first. When I did get stuck I used the
already existing code as well as the examples in the lab to help me
figure out what I needed to write.
2023-08-03 16:41:13 -04:00
.commit_template Initial commit 2023-07-31 14:43:09 +00:00
.gitignore Initial commit 2023-07-31 14:43:09 +00:00
constants.py Initial commit 2023-07-31 14:43:09 +00:00
generate_data.py Initial commit 2023-07-31 14:43:09 +00:00
planning_scatter.md Checkpoint 1 2023-07-31 11:24:41 -04:00
plotting.py Initial commit 2023-07-31 14:43:09 +00:00
poetry.lock Checkpoint 2 2023-08-03 16:41:13 -04:00
pyproject.toml Initial commit 2023-07-31 14:43:09 +00:00
scatterplot.py Initial commit 2023-07-31 14:43:09 +00:00
test_transform.py Checkpoint 2 2023-08-03 16:41:13 -04:00
ticks.py Initial commit 2023-07-31 14:43:09 +00:00
transform.py Checkpoint 2 2023-08-03 16:41:13 -04:00