Go to file
Lauren Dawnkaski 55e3f274be I have reached checkpoint 1.
I think I could probably create most of the scatter plot on my own at this
point but it would take a very long time to plot each point. I'm sure
there is an easier way than finding each point one at a time. I wouldn't
know how to write the numbers at this point either.
2024-09-30 18:18:53 -04:00
.commit_template Initial commit 2024-08-27 20:34:56 +00:00
.gitignore Initial commit 2024-08-27 20:34:56 +00:00
constants.py Initial commit 2024-08-27 20:34:56 +00:00
generate_data.py Initial commit 2024-08-27 20:34:56 +00:00
planning_scatter.md I have reached checkpoint 1. 2024-09-30 18:18:53 -04:00
plotting.py Initial commit 2024-08-27 20:34:56 +00:00
poetry.lock Initial commit 2024-08-27 20:34:56 +00:00
pyproject.toml Initial commit 2024-08-27 20:34:56 +00:00
scatterplot.py Initial commit 2024-08-27 20:34:56 +00:00
test_transform.py Initial commit 2024-08-27 20:34:56 +00:00
ticks.py Initial commit 2024-08-27 20:34:56 +00:00
transform.py Initial commit 2024-08-27 20:34:56 +00:00