Go to file
root f3336eb9b6 I added steps to the list for how to make a scatterplot.
I think I would be able to make most of the scatterplot now, but
I guess I am maybe unsure how the tickmarks and automatic scaling
are accomplished. It bothers me that the minimum and maximum on the
axes are the minumum and maximum values from the ordered pairs.
2024-09-28 21:33:54 -04:00
.commit_template Initial commit 2024-08-28 01:19:50 +00:00
.gitignore Initial commit 2024-08-28 01:19:50 +00:00
constants.py Initial commit 2024-08-28 01:19:50 +00:00
generate_data.py Initial commit 2024-08-28 01:19:50 +00:00
planning_scatter.md I added steps to the list for how to make a scatterplot. 2024-09-28 21:33:54 -04:00
plotting.py Initial commit 2024-08-28 01:19:50 +00:00
poetry.lock Initial commit 2024-08-28 01:19:50 +00:00
pyproject.toml Initial commit 2024-08-28 01:19:50 +00:00
scatterplot.py Initial commit 2024-08-28 01:19:50 +00:00
test_transform.py Initial commit 2024-08-28 01:19:50 +00:00
ticks.py Initial commit 2024-08-28 01:19:50 +00:00
transform.py Initial commit 2024-08-28 01:19:50 +00:00