Go to file
Thomas Naber 8e57a173bb Checkpoint 1
I think I would be able to make the axes and the evenly spaced
tick marks. I don't know how to use the x and y values from the
list yet so I don't think I'd be able to make the labels or plot
the points on the scatter plot.
2023-07-31 11:24:41 -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 Initial commit 2023-07-31 14:43:09 +00: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 Initial commit 2023-07-31 14:43:09 +00:00
ticks.py Initial commit 2023-07-31 14:43:09 +00:00
transform.py Initial commit 2023-07-31 14:43:09 +00:00