Go to file
Thomas Naber 31de3c0502 Checkpoint #3
Overall I think it went well. The only place I got stuck at this checkpoint
was with scaling the x and the y coordinates of the points. To be
honest, I'm still not 100% sure how that scale function works, even in
the context of the overall program. Perhaps it has to do with the description
which includes both domain and range, but using a different set of inputs
for x values compared to y values. Overall, I think I had a good idea
of the steps that were required in checkpoint 1, however I did not break
it down into pieces as small as this code ended up doing.

An idea for a similar/extension program, would be a program that
adds a line of best fit and calculates/displays the equation and
correlation coefficient of the regression equation.
2023-08-03 16:53:43 -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 Checkpoint #3 2023-08-03 16:53:43 -04: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