Go to file
Pat Wick cd051af2eb Completed planning breakdown for scatterplot
I could make the marker, draw the lines, and move the turtle around appropriately
to make a reasonable plot, but the thing I'm wondering about is the scale of the plot.
It should be easy enough to modify later if it's a problem, but I'm wondering if I should
have planned ahead for a plot with so many points, the whole thing should be resized.

I'm not 100% sure how I'm going to do the increment for the axis label yet; it's easy
enough to calculate the difference and turn that into, say, 5 equal divisions, but I
haven't quite decided how I should deal with rounding the number out so it's not something
like 63, 154, 245, 336, 427, 518. It's not the worst thing in the world if that's the output
but I wouldn't be particularly happy with how it's presented.
2023-08-03 11:16:33 -04:00
.commit_template Initial commit 2023-07-31 13:35:14 +00:00
.gitignore Initial commit 2023-07-31 13:35:14 +00:00
constants.py Initial commit 2023-07-31 13:35:14 +00:00
generate_data.py Initial commit 2023-07-31 13:35:14 +00:00
planning_scatter.md Completed planning breakdown for scatterplot 2023-08-03 11:16:33 -04:00
plotting.py Initial commit 2023-07-31 13:35:14 +00:00
poetry.lock Completed planning breakdown for scatterplot 2023-08-03 11:16:33 -04:00
pyproject.toml Initial commit 2023-07-31 13:35:14 +00:00
scatterplot.py Initial commit 2023-07-31 13:35:14 +00:00
test_transform.py Initial commit 2023-07-31 13:35:14 +00:00
ticks.py Initial commit 2023-07-31 13:35:14 +00:00
transform.py Initial commit 2023-07-31 13:35:14 +00:00